diff --git a/business/jxstore/financial/financial.go b/business/jxstore/financial/financial.go index 239d520d2..0f7f836ed 100644 --- a/business/jxstore/financial/financial.go +++ b/business/jxstore/financial/financial.go @@ -51,7 +51,7 @@ func (p *PayHandler) CreatePay() (err error) { TradeType: p.VendorPayType, TotalFee: p.Order.PayPrice, TimeStart: wxpayapi.Time2PayTime(time.Now()), - ProfitSharing: wxpayapi.OptYes, + // ProfitSharing: wxpayapi.OptYes, } if authInfo, err := p.Ctx.GetV2AuthInfo(); err == nil && authInfo.GetAuthType() == weixin.AuthTypeWxApp { param.OpenID = authInfo.GetAuthID()