新增 用户行为记录 新增岗位信息管理

This commit is contained in:
bin
2025-12-02 14:05:46 +08:00
parent 484aceb6f9
commit a2e532389e
9 changed files with 759 additions and 9 deletions

View File

@@ -51,3 +51,9 @@ export async function exportCmsJobCandidates(ids: string) {
},
});
}
export async function getJobTrend(params) {
return request(`/api/cms/jobTrend/list`, {
method: 'GET',
params: params
});
}

View File

@@ -14,6 +14,12 @@ export async function getCmsAppUser(userId?: string) {
method: 'GET',
});
}
export async function getBehaviorLog(params?:API.MobileUser.LogParams) {
return request<API.MobileUser.LogResult>(`/api/cms/behaviorLog/getList`, {
method: 'GET',
params
});
}
export async function exportCmsAppUserExport(params?: API.MobileUser.ListParams) {
return downLoadXlsx(