微信红包发放调试

This commit is contained in:
李子铭 2024-09-19 09:35:16 +08:00
parent 3fc404807d
commit b1c7240993
1 changed files with 0 additions and 1 deletions

View File

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