1
This commit is contained in:
@@ -236,6 +236,7 @@ func PayByBalance(ctx *jxcontext.Context, orderID string, isChoose, payType int,
|
|||||||
}
|
}
|
||||||
} else if isChoose == model.PayNotChooseBalance {
|
} else if isChoose == model.PayNotChooseBalance {
|
||||||
//(4)不选中余额支付 即直接微信支付
|
//(4)不选中余额支付 即直接微信支付
|
||||||
|
globals.SugarLogger.Debug("进入PayNotChooseBalance==================")
|
||||||
WxPayParam, err := Pay(ctx, orderInfo.OrderID, payType, vendorPayType, appID, orderInfo.PayPrice)
|
WxPayParam, err := Pay(ctx, orderInfo.OrderID, payType, vendorPayType, appID, orderInfo.PayPrice)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, "微信支付失败:", err
|
return nil, "微信支付失败:", err
|
||||||
|
|||||||
Reference in New Issue
Block a user