curl --location --request GET '/app-api/entre/demand/page?pageNo=1&pageSize=10'
{
"code": 0,
"data": {
"list": [
{
"id": 1,
"title": "string",
"demandType": 1,
"budget": 0,
"description": "string",
"contactName": "string",
"contactPhone": "string",
"publishTime": "2019-08-24T14:15:22Z",
"auditTime": "2019-08-24T14:15:22Z",
"consultCount": 0
}
],
"total": 0
},
"msg": "string"
}