微信红包发放调试
This commit is contained in:
parent
3fc404807d
commit
b1c7240993
|
@ -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))
|
return transferbatch.InitiateBatchTransferRequest{}, fmt.Errorf("product拓展参数json unmarshal error:[%+v], extra[%s]", err, string(product.Extra))
|
||||||
}
|
}
|
||||||
transferAmount := int64(order.Amount * 100)
|
transferAmount := int64(order.Amount * 100)
|
||||||
fmt.Println("transferAmount", transferAmount)
|
|
||||||
return transferbatch.InitiateBatchTransferRequest{
|
return transferbatch.InitiateBatchTransferRequest{
|
||||||
Appid: core.String(orderExtra.Appid),
|
Appid: core.String(orderExtra.Appid),
|
||||||
OutBatchNo: core.String(order.OrderNo), // 微信转账商家批次单号
|
OutBatchNo: core.String(order.OrderNo), // 微信转账商家批次单号
|
||||||
|
|
Loading…
Reference in New Issue