Authorization: Bearer ********************
{
"id":1,
"orderId":3
}
curl --location --request POST 'http://47.93.16.76:8080/app/mall/api/v1/cancel/afterSales' \
--header 'Content-Type: application/json' \
--data-raw '{
"id":1,
"orderId":3
}'
{
"msg": "操作成功",
"code": 200
}