From 9da4fd8d2fc3112709c7b47a693c2e77d5e4536f Mon Sep 17 00:00:00 2001 From: richboo111 Date: Thu, 4 Aug 2022 11:07:02 +0800 Subject: [PATCH] pay --- business/q_bida/q_bida_server.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/q_bida/q_bida_server.go b/business/q_bida/q_bida_server.go index 806ca70ec..fd6fc6319 100644 --- a/business/q_bida/q_bida_server.go +++ b/business/q_bida/q_bida_server.go @@ -279,7 +279,7 @@ func CancelWayOrder(ctx *jxcontext.Context, userId string, param *bida.CancelOrd } if orderWay.PayMethod == 2 { // 微信支付 // 微信支付原路退款,发起退款申请 - res, err := RefundOrderByTL(ctx, orderWay, order, order.OtherWayBill, int(order.ChannelFee*100), "申请退款") + res, err := RefundOrderByTL(ctx, orderWay, order, order.OtherWayBill, int(orderWay.PayPrice*100), "申请退款") if len(res.VendorRefundID) > 0 { return SuccessCode, err } else {