curl --location '/app-api/pe/user-resumeList/getNewestResumes' \
--header 'Content-Type: application/json' \
--data '{
"pageNo": 1,
"pageSize": 10,
"userId": 0,
"cardNo": "string",
"residenceCodes": [
"string"
],
"workExperienceCodes": [
"string"
],
"servicePeriodCodes": [
"string"
],
"jobPreferenceCodes": [
"string"
],
"desiredJob": "string",
"desiredSalaryStart": 0,
"desiredSalaryEnd": 0,
"salaryUnitCode": "string",
"selectType": "string",
"limitCount": "string",
"recommendId": [
0
]
}'{
"code": 0,
"data": {
"list": [
{
"id": 0,
"typeId": 0,
"userId": 12242,
"userPhoto": "string",
"userName": "string",
"userSex": 0,
"userAge": 0,
"userPhone": "string",
"documentNumber": "string",
"isPublic": 0,
"workExperienceCode": "string",
"workExperience": "string",
"servicePeriodCode": "string",
"servicePeriod": "string",
"jobPreferenceCode": "string",
"jobPreference": "string",
"residenceCode": "string",
"residence": "string",
"auditStruts": 0,
"createTime": "2019-08-24T14:15:22.123Z",
"updateTime": "2019-08-24T14:15:22.123Z",
"typeCode": "string",
"typeName": "string",
"skillCount": 0,
"comprehensiveScore": "string",
"expectedSalary": "string",
"isCollected": 0
}
],
"total": 0
},
"msg": "string"
}