feat:邮储支付退款fix

This commit is contained in:
wolter 2026-08-21 18:35:12 +08:00
parent b15442f99d
commit e7ad10f53b
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ func (c *Client) Refund(req RefundRequest) (*RefundResponse, error) {
"orgTxnSeq": req.OrgTxnSeq, "orgTxnSeq": req.OrgTxnSeq,
"txnAmt": req.Price, "txnAmt": req.Price,
"orgTxnAmt": req.Price, "orgTxnAmt": req.Price,
"refundDesc": req.RefundDesc, "refundDesc": "用户主动退款",
}, },
}, },
} }