wechatpay-apiv3 / wechatpay-go

微信支付 APIv3 的官方 Go Library
https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/pages/index.shtml
Apache License 2.0
982 stars 140 forks source link

商家转账到零钱接口缺少文档中描述的 NotifyUrl 字段 #223

Closed whrss9527 closed 1 month ago

whrss9527 commented 1 month ago
image

发现请求参数最后有一个通知地址的可选项,但在 sdk 中没有发现这个字段 https://pay.weixin.qq.com/docs/merchant/apis/batch-transfer-to-balance/transfer-batch/initiate-batch-transfer.html#%E8%AF%B7%E6%B1%82%E5%8F%82%E6%95%B0

https://github.com/wechatpay-apiv3/wechatpay-go/blob/main/services/transferbatch/models.go

whrss9527 commented 1 month ago

https://github.com/wechatpay-apiv3/wechatpay-go/pull/224