{
"orderId": 1,
"remark": "发货太慢"
}
curl --location --request POST 'https://mall.dusksnow.top/app/order/info/cancel' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderId": 1,
"remark": "发货太慢"
}'
{
"code": 1000,
"data": true,
"message": "success"
}