refactor : 岗位列表-申请人-查看竞争力分析
This commit is contained in:
@@ -64,3 +64,10 @@ export async function cmsfileupload(params) {
|
||||
data: params
|
||||
});
|
||||
}
|
||||
|
||||
export async function getJobCompetitiveness(params: { userId: number | string; jobId: string }) {
|
||||
return request<API.ManagementList.CompetitivenessResult>(`/api/cms/job/competitiveness`, {
|
||||
method: 'GET',
|
||||
params: params,
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user