From c3e899d65a3374eae1bb1ce1272a2b2a0cbe9d34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Thu, 5 Nov 2020 16:46:35 +0800 Subject: [PATCH] pay --- business/jxstore/financial/financial.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()