Authori-Zation: ********************
{
"order_id": "418853431734697984",
"refund_price": 20
}
curl --location --request PUT '/storeapi/refund/refund/268' \
--header 'Content-Type: application/json' \
--header 'Authori-Zation;' \
--data-raw '{
"order_id": "418853431734697984",
"refund_price": 20
}'
{
"status": 200,
"msg": "退款成功"
}