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