diff --git a/business/jxstore/financial/financial.go b/business/jxstore/financial/financial.go index ed78dd108..ef21b4654 100644 --- a/business/jxstore/financial/financial.go +++ b/business/jxstore/financial/financial.go @@ -69,7 +69,7 @@ func (p *PayHandler) CreatePay() (err error) { } if p.Order.Way == "weixinmini" { param.SubMchID = beego.AppConfig.String("wxpayAppMchID") - param.SubAppID = beego.AppConfig.String("wxpayAppID2") + // param.SubAppID = beego.AppConfig.String("wxpayAppID2") } authBinds, err := dao.GetUserBindAuthInfo(dao.GetDB(), p.Ctx.GetUserID(), model.AuthBindTypeAuth, []string{p.Order.Way}, "", "", "") if err != nil {