curl --location --request GET '/app-api/pe/job-info/source/page?pageNo=1&pageSize=10&id'
{
"code": 0,
"data": {
"list": [
{
"id": 0,
"creatorId": 0,
"jobType": "string",
"salaryMin": 0,
"salaryMax": 0,
"salaryTreatment": "string",
"fixedPayment": 0,
"salaryTreatmentCode": "string",
"jobTitle": "string",
"countryName": "string",
"needCount": 0,
"jobContent": "string",
"releaseTime": "2019-08-24T14:15:22Z",
"isFavorite": true
}
],
"total": 0
},
"msg": "string"
}