{
"orderId": 1,
"reason": " 不想要了"
}
curl --location --request POST 'https://mall.dusksnow.top/app/order/info/refund' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderId": 1,
"reason": " 不想要了"
}'
{
"code": 1000,
"data": true,
"message": "success"
}