{
"refund_id": 34,
"refund_note": "",
"online_balance": "0",
"offline_balance": "0",
"refund_balance": "50"
}curl --location --request POST '/adminapi/finance/refund_apply/audit' \
--header 'Content-Type: application/json' \
--data-raw '{
"refund_id": 34,
"refund_note": "",
"online_balance": "0",
"offline_balance": "0",
"refund_balance": "50"
}'{
"code": 0,
"msg": "ok",
"data": {
"errcode": 0,
"message": "退款申请更新成功"
}
}