wupengfei
3 天以前 37e6ed1a122f6791b77fe8574fa2ff3ad1079b68
packages/services/apiV2/userResume.ts
@@ -127,7 +127,7 @@
  );
}
/** 查询灵工分页列表数据 POST /api/user/userResume/getUserResumes */
/** 查询简历分页列表数据 POST /api/user/userResume/getUserResumes */
export async function getUserResumes(body: API.GetUserResumesQuery, options?: API.RequestConfig) {
  return request<API.GetUserResumesQueryResult>('/api/user/userResume/getUserResumes', {
    method: 'POST',