curl --location --request GET '/app-api/pe/user-resumeList/getJobInfoPage?pageNo=1&pageSize=10&userId='{
"code": 0,
"data": {
"list": [
{
"id": 0,
"jobTitle": "string",
"jobType": "string",
"countryName": "string",
"salary": "string",
"employerName": "string",
"needCount": 0,
"releaseTime": "2019-08-24T14:15:22.123Z",
"creatorId": 0
}
],
"total": 0
},
"msg": "string"
}