flat: 推送服务

This commit is contained in:
Apcallover
2024-03-18 21:15:52 +08:00
parent 8c9a54058f
commit 261de5fdcf
4 changed files with 246 additions and 3 deletions

View File

@@ -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
})