This commit is contained in:
richboo111
2022-09-20 17:30:58 +08:00
parent 17d45a0ea1
commit 40ab9dc95d

View File

@@ -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