flat: 推送服务
This commit is contained in:
@@ -154,3 +154,21 @@ export const getMatchServeList =
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
export const getListAllByLabels = (params) => request({
|
||||
url: '/api/jobslink-api/tenant/talents/listAllByLabels',
|
||||
method: 'get',
|
||||
params: params
|
||||
})
|
||||
export const getListGroupByLabels = (params) => request({
|
||||
url: '/api/jobslink-api/tenant/talents/listGroupByLabels',
|
||||
method: 'get',
|
||||
params: params
|
||||
})
|
||||
|
||||
export const getServeAllPolicyList = (params) => request({
|
||||
url: '/api/jobslink-api/serve/listAllPolicy',
|
||||
method: 'get',
|
||||
params: params
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user