-
-
Notifications
You must be signed in to change notification settings - Fork 8.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
普通商户商家转账到零钱,接口微信接口增加了字段,最新代码没有加上 #2897
Comments
找了一圈确实没找到 |
+1 |
This was referenced Dec 15, 2022
说实话这么简单的需求楼主你直接提交PR就可以了,楼上做的就很好,直接提交了PR,感谢 |
binarywang
pushed a commit
that referenced
this issue
Dec 17, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
简要描述
对接微信接口【普通商户商家转账到零钱】微信新增了字段transfer_scene_id,必填,最新代码还没添加
模块版本情况
详细描述
weixin-java-pay 工程模块,https://github.com/Wechat-Group/WxJava/blob/release/weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/transfer/TransferBatchesRequest.java
TransferBatchesRequest 实体缺少字段,transfer_scene_id
微信最新接口地址,增加了字段【transfer_scene_id】 https://pay.weixin.qq.com/docs/merchant/apis/batch-transfer-to-balance/transfer-batch/initiate-batch-transfer.html
期望最新版本代码尽早加上
The text was updated successfully, but these errors were encountered: