{
"uuid": "3bf1c11237bb4da0b8397d970a4a4cb5",
"refundAmount": "0",
"userName": "1231阿达",
"userId": "1231阿达",
"id": "ORD20250627144933847804"
}curl --location --request PUT '/backend/pay-order/refund' \
--header 'BackendToken: {{BackendToken}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"uuid": "3bf1c11237bb4da0b8397d970a4a4cb5",
"refundAmount": "0",
"userName": "1231阿达",
"userId": "1231阿达",
"id": "ORD20250627144933847804"
}'{
"code": 1001,
"message": "退款成功"
}