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