Authorization: Bearer ********************
{
"id": 0,
"location": "string",
"endPlaceB": "string",
"endImage": "string",
"servicePathList": [
{
"id": 0,
"serviceId": 0,
"serviceCommentsId": 0,
"serviceOrderId": 0,
"servicePath": "string",
"serviceType": 0,
"isDelete": 0,
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"imageType": 0,
"coverImage": "string"
}
]
}
curl --location --request PUT '/appMark/emp/service/order/tickling' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"location": "string",
"endPlaceB": "string",
"endImage": "string",
"servicePathList": [
{
"id": 0,
"serviceId": 0,
"serviceCommentsId": 0,
"serviceOrderId": 0,
"servicePath": "string",
"serviceType": 0,
"isDelete": 0,
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"imageType": 0,
"coverImage": "string"
}
]
}'
{
"code": 0,
"msg": "string",
"data": {}
}