{
"userId": 0,
"tenantsId": 0,
"tenantIds": [
0
],
"request": {
"status": 0,
"custName": "string",
"classifyId": 0,
"createTimeStart": "string",
"createTimeEnd": "string",
"custIdentify": "string",
"custPhone": "string",
"source": 0,
"tenantsId": 0,
"custSensusId": 0
},
"token": "string",
"loginUser": {},
"areaId": 0,
"pageNo": 0,
"pageSize": 0
}
curl --location --request POST '/oc/requirement/order/listPage' \
--header 'token: eyJhbGciOiJIUzI1NiJ9.eyJ1c2VybmFtZSI6IjE4MTE0OTI1MjA5IiwicGFzc3dvcmQiOiIzNTgyNTgzMTY3IiwiaWF0IjoxNzU0NDgwNzczLCJpc3MiOiJ0aWFueXUiLCJleHAiOjE3NTQ1NjcxNzN9.ApOu0PCRKwwmMan-Gy9JDbp0gmGYPZQ9Rt31JLidAlY' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": 0,
"tenantsId": 0,
"tenantIds": [
0
],
"request": {
"status": 0,
"custName": "string",
"classifyId": 0,
"createTimeStart": "string",
"createTimeEnd": "string",
"custIdentify": "string",
"custPhone": "string",
"source": 0,
"tenantsId": 0,
"custSensusId": 0
},
"token": "string",
"loginUser": {},
"areaId": 0,
"pageNo": 0,
"pageSize": 0
}'
{
"code": "",
"success": false,
"message": "",
"dataMap": {
"": {}
},
"data": {
"requirementNo": "",
"custName": "",
"custIdentify": "",
"classifyId": 0,
"classifyName": "",
"custAreaId": 0,
"custAreaName": "",
"custSensusId": 0,
"custSensusName": "",
"custPhone": "",
"serviceItemId": 0,
"serviceItemName": "",
"status": 0,
"statusName": "",
"source": 0,
"sourceName": "",
"createTime": "",
"custSex": 0,
"custSexStr": ""
},
"dataList": [
{
"requirementNo": "",
"custName": "",
"custIdentify": "",
"classifyId": 0,
"classifyName": "",
"custAreaId": 0,
"custAreaName": "",
"custSensusId": 0,
"custSensusName": "",
"custPhone": "",
"serviceItemId": 0,
"serviceItemName": "",
"status": 0,
"statusName": "",
"source": 0,
"sourceName": "",
"createTime": "",
"custSex": 0,
"custSexStr": ""
}
],
"totalCount": 0
}