wupengfei
6 天以前 e81a93e56fc382b3f4efc26425a4e894a12d5907
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',