太米支付
This commit is contained in:
parent
dad4dd742a
commit
0f1fe51fd6
|
@ -53,7 +53,7 @@ public class TmPayService {
|
|||
*/
|
||||
public RefundInfo refund(RefundAble refundAble) {
|
||||
HashMap<String, Object> body = new HashMap<>();
|
||||
body.put("refundFee", String.valueOf(refundAble.refundAmount().getTotal()));
|
||||
body.put("refundFee", String.valueOf(refundAble.refundAmount().getRefund()));
|
||||
body.put("terminalType", "1");
|
||||
body.put("outTradeId", refundAble.refundOutTradeNo());
|
||||
body.put("shopId", config.getShopId());
|
||||
|
|
Loading…
Reference in New Issue
Block a user