From 40ab9dc95d38ebc1ed711cfa76c895ac23a26f96 Mon Sep 17 00:00:00 2001 From: richboo111 Date: Tue, 20 Sep 2022 17:30:58 +0800 Subject: [PATCH] 1 --- business/jxstore/cms/order.go | 1 + 1 file changed, 1 insertion(+) diff --git a/business/jxstore/cms/order.go b/business/jxstore/cms/order.go index f0ef260ce..007c46a82 100644 --- a/business/jxstore/cms/order.go +++ b/business/jxstore/cms/order.go @@ -236,6 +236,7 @@ func PayByBalance(ctx *jxcontext.Context, orderID string, isChoose, payType int, } } else if isChoose == model.PayNotChooseBalance { //(4)不选中余额支付 即直接微信支付 + globals.SugarLogger.Debug("进入PayNotChooseBalance==================") WxPayParam, err := Pay(ctx, orderInfo.OrderID, payType, vendorPayType, appID, orderInfo.PayPrice) if err != nil { return nil, "微信支付失败:", err