curl --location --request GET '/app-api/pe/skill-talent/page?pageNo=1&pageSize=10'{
"code": 0,
"data": {
"list": [
{
"userId": 0,
"resumeId": 0,
"userPhoto": "string",
"userName": "string",
"userSex": 0,
"userAge": 0,
"issueDate": "2019-08-24",
"issueAgency": "string",
"certNumber": "string",
"skillLevel": "string",
"skillCount": 0,
"typeName": "string"
}
],
"total": 0
},
"msg": "string"
}