{
"userId": 0,
"serviceOrderId": 0,
"serviceOrderOnceId": 0,
"serviceOrderCode": "string",
"workOrderCode": "string",
"receiverPhone": "string",
"startDate": "2019-08-24T14:15:22Z",
"endDate": "2019-08-24T14:15:22Z",
"receiverName": "string",
"payStatus": 0,
"payManner": 0,
"serviceOrderStatus": 0,
"customerSource": "string",
"exclusiveCustomerService": "string",
"cityVOS": [
{
"id": 0,
"name": "string",
"parentId": 0,
"level": 0
}
]
}
curl --location --request POST '/back/serviceOrderOnce/list' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": 0,
"serviceOrderId": 0,
"serviceOrderOnceId": 0,
"serviceOrderCode": "string",
"workOrderCode": "string",
"receiverPhone": "string",
"startDate": "2019-08-24T14:15:22Z",
"endDate": "2019-08-24T14:15:22Z",
"receiverName": "string",
"payStatus": 0,
"payManner": 0,
"serviceOrderStatus": 0,
"customerSource": "string",
"exclusiveCustomerService": "string",
"cityVOS": [
{
"id": 0,
"name": "string",
"parentId": 0,
"level": 0
}
]
}'
{
"total": 0,
"rows": [
{}
],
"code": 0,
"msg": "string"
}