aa
This commit is contained in:
@@ -38,7 +38,7 @@ func pay4OrderByTL(ctx *jxcontext.Context, order *model.GoodsOrder, payType int,
|
|||||||
param.PayType = tonglianpayapi.PayTypeWxXcx
|
param.PayType = tonglianpayapi.PayTypeWxXcx
|
||||||
}
|
}
|
||||||
if vendorPayType == tonglianpayapi.PayTypeWxXcx {
|
if vendorPayType == tonglianpayapi.PayTypeWxXcx {
|
||||||
if authInfo, err := ctx.GetV2AuthInfo(); err == nil && authInfo.GetAuthType() == weixin.AuthTypeMini {
|
if authInfo, err := ctx.GetV2AuthInfo(); err == nil && authInfo.GetAuthType() == weixin.AuthTypeMini && authInfo.GetAuthTypeID() == subAppID {
|
||||||
param.Acct = authInfo.GetAuthID()
|
param.Acct = authInfo.GetAuthID()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user