新增 用户行为记录 新增岗位信息管理
This commit is contained in:
@@ -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
|
||||
});
|
||||
}
|
||||
|
||||
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user