This commit is contained in:
richboo111
2022-08-04 11:20:52 +08:00
parent 263c155acb
commit 33f0594a6e

View File

@@ -467,7 +467,7 @@ func RefundOrderByTL(ctx *jxcontext.Context, orderPay *model.Order, order *model
globals.SugarLogger.Debug("进入取消订单流程")
globals.SugarLogger.Debug("进入取消订单流程,输出退款金额", refundFee)
result, err := api.TLpayAPI.PayRefund(&tonglianpayapi.PayRefundParam{
Trxamt: refundFee,
Trxamt: refundFee / 100,
Reqsn: utils.GetUUID(),
Remark: refundDesc,
OldTrxID: orderPay.TransactionID,