This commit is contained in:
suyl
2021-06-09 18:50:22 +08:00
parent a04caf8675
commit edd20e84ce

View File

@@ -44,7 +44,7 @@ func pay4OrderByTL(ctx *jxcontext.Context, order *model.GoodsOrder, payType int,
param.Acct = authInfo.GetAuthID()
}
}
if vendorPayType == tonglianpayapi.PayTypeZfbApp {
if vendorPayType == tonglianpayapi.PayTypeZfbJS {
if authInfo, err := ctx.GetV2AuthInfo(); err == nil {
param.Acct = authInfo.GetAuthID()
}