From 22f3112a37fde3b4cf81777a4e2214ec9c58bdaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Mon, 4 Jul 2022 14:56:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E4=BB=98=E6=B5=8B=E8=AF=95?= 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 af33b12de..a579a9dc7 100644 --- a/business/jxstore/financial/financial.go +++ b/business/jxstore/financial/financial.go @@ -102,7 +102,7 @@ func (p *PayHandler) CreatePay(txDB orm.TxOrmer, subAppID string) (err error) { Noncestr: result2.NonceStr, Timestamp: utils.Int64ToStr(utils.MustInterface2Int64(result2.TimeStamp)), Package: result2.Package, - Partnerid: result2.pa, + Partnerid: "", Appid: result2.AppID, Sign: result2.PaySign, }