From cb6fa7fa74a2fa1f33eb3a5d907554d5383e1a7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Wed, 11 Nov 2020 10:27:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9F=8E=E5=B8=82=E6=AF=94=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 354416d8b..f8f9933e4 100644 --- a/business/jxstore/financial/financial.go +++ b/business/jxstore/financial/financial.go @@ -138,7 +138,7 @@ func (p *PayHandler) CreateRefund() (err error) { if p.Order.PayPrice < 100 { param.Amount = p.Order.PayPrice } else { - param.Amount = p.Order.PayPrice * place.DividePercentage / 100 //手续费10% + param.Amount = p.Order.PayPrice * place.DividePercentage / 100 //手续费 } if authInfo, err := p.Ctx.GetV2AuthInfo(); err == nil && authInfo.GetAuthType() == weixin.AuthTypeWxApp { param.OpenID = authInfo.GetAuthID()