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 {