feat:邮储支付退款fix
This commit is contained in:
parent
b15442f99d
commit
e7ad10f53b
|
|
@ -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": "用户主动退款",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue