{
"pageNo": 1,
"pageSize": 10,
"userId": 0
}
curl --location --request POST '/app-api/pe/user-resumeList/getEvaluatePage' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNo": 1,
"pageSize": 10,
"userId": 0
}'
{
"code": 0,
"data": {
"list": [
{
"id": 0,
"employerName": "string",
"companyLogo": "string",
"createTime": "2019-08-24T14:15:22Z",
"professionalLevel": 0,
"workEfficiency": 0,
"serviceAttitude": 0,
"evaluateLabel": "string"
}
],
"total": 0
},
"msg": "string"
}