Authorization: Bearer ********************
{
"orderOnceId": 0,
"servicePeopleId": "string",
"servicePeopleName": "string",
"servicePeoplePhone": "string",
"exhort": "string"
}
curl --location --request POST '/back/serviceOrderOnce/dispatch' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderOnceId": 0,
"servicePeopleId": "string",
"servicePeopleName": "string",
"servicePeoplePhone": "string",
"exhort": "string"
}'
{
"code": 0,
"msg": "string",
"data": {}
}