From b1c724099363ef457729febbbf677d94f724f330 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=AD=90=E9=93=AD?= Date: Thu, 19 Sep 2024 09:35:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E4=BF=A1=E7=BA=A2=E5=8C=85=E5=8F=91?= =?UTF-8?q?=E6=94=BE=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/wechat_redpack/internal/transform.go | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/wechat_redpack/internal/transform.go b/plugins/wechat_redpack/internal/transform.go index 5efba74..aa403f2 100644 --- a/plugins/wechat_redpack/internal/transform.go +++ b/plugins/wechat_redpack/internal/transform.go @@ -41,7 +41,6 @@ func orderReq(order *proto.OrderRequest_Order, product *proto.OrderRequest_Produ return transferbatch.InitiateBatchTransferRequest{}, fmt.Errorf("product拓展参数json unmarshal error:[%+v], extra[%s]", err, string(product.Extra)) } transferAmount := int64(order.Amount * 100) - fmt.Println("transferAmount", transferAmount) return transferbatch.InitiateBatchTransferRequest{ Appid: core.String(orderExtra.Appid), OutBatchNo: core.String(order.OrderNo), // 微信转账商家批次单号