flat: signGroup

This commit is contained in:
Apcallover
2024-03-25 22:06:36 +08:00
parent fc52c46506
commit baf13190b0
3 changed files with 47 additions and 20 deletions

View File

@@ -165,6 +165,11 @@ export const getMatchServeList =
method: 'get',
params: params
})
export const getListAllByPolicy = (params) => request({
url: '/api/jobslink-api/tenant/talents/listAllByPolicy',
method: 'get',
params: params
})
export const getServeAllPolicyList = (params) => request({
url: '/api/jobslink-api/serve/listAllPolicy',