Authorization: Bearer ********************
{
"orderId": 0,
"shipChannel": "string",
"shipSn": "string"
}
curl --location --request POST 'http://localhost:81/shop/order/ship' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderId": 0,
"shipChannel": "string",
"shipSn": "string"
}'
{
"code": 0,
"msg": "",
"data": false
}