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), // 微信转账商家批次单号