{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"id": 0,
"serviceOrderId": 0,
"classifyId": 0,
"userId": 0,
"serviceId": 0,
"serviceName": "string",
"serviceSkuId": 0,
"serviceSkuName": "string",
"serviceSkuImage": "string",
"auditStatus": 0,
"servicePrice": 0,
"serviceReserveStartTime": "2019-08-24T14:15:22Z",
"serviceReserveEndTime": "2019-08-24T14:15:22Z",
"serviceReserveDuration": 0,
"serviceSiteId": 0,
"serviceAddress": "string",
"serviceReserveTime": "2019-08-24T14:15:22Z",
"servicePeopleId": "string",
"servicePeopleName": "string",
"servicePeoplePhone": "string",
"distributionTime": "2019-08-24T14:15:22Z",
"serviceStartTime": "2019-08-24T14:15:22Z",
"serviceEndTime": "2019-08-24T14:15:22Z",
"serviceDuration": 0,
"serviceOrderStatus": 0,
"serviceTickling": "string",
"isDelete": 0,
"userComment": "string",
"userCommentReply": "string",
"commentStatus": "string",
"messageKey": "string",
"exhort": "string",
"workOrderCode": "string",
"cityId": 0
}
curl --location --request POST '/serviceOrderOnce/api/updateById' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"id": 0,
"serviceOrderId": 0,
"classifyId": 0,
"userId": 0,
"serviceId": 0,
"serviceName": "string",
"serviceSkuId": 0,
"serviceSkuName": "string",
"serviceSkuImage": "string",
"auditStatus": 0,
"servicePrice": 0,
"serviceReserveStartTime": "2019-08-24T14:15:22Z",
"serviceReserveEndTime": "2019-08-24T14:15:22Z",
"serviceReserveDuration": 0,
"serviceSiteId": 0,
"serviceAddress": "string",
"serviceReserveTime": "2019-08-24T14:15:22Z",
"servicePeopleId": "string",
"servicePeopleName": "string",
"servicePeoplePhone": "string",
"distributionTime": "2019-08-24T14:15:22Z",
"serviceStartTime": "2019-08-24T14:15:22Z",
"serviceEndTime": "2019-08-24T14:15:22Z",
"serviceDuration": 0,
"serviceOrderStatus": 0,
"serviceTickling": "string",
"isDelete": 0,
"userComment": "string",
"userCommentReply": "string",
"commentStatus": "string",
"messageKey": "string",
"exhort": "string",
"workOrderCode": "string",
"cityId": 0
}'
{
"code": 0,
"msg": "string",
"data": true
}