太米支付

This commit is contained in:
磷叶 2024-11-28 18:02:06 +08:00
parent dad4dd742a
commit 0f1fe51fd6

View File

@ -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());