-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
微信有分账功能,是否可加入开发计划 #186
Comments
@CodinngLee PayMchAPI.secapiPayProfitsharing
PayMchAPI.payProfitsharingquery
PayMchAPI.payProfitsharingaddreceiver
PayMchAPI.payProfitsharingremovereceiver |
ok,我司已成功申请接口,近期开发。 |
目前2.8.25版分账模块有几处问题 2、PayProfitsharingOperation缺少receiver 属性的get set方法 3、缺少分账完结接口,是双向认证 https://pay.weixin.qq.com/wiki/doc/api/allocation_sl.php?chapter=25_5&index=6 import javax.xml.bind.annotation.XmlAccessType; @XmlRootElement(name = "xml")
} import javax.xml.bind.annotation.XmlAccessType; @XmlRootElement(name = "xml")
} 4、payProfitsharingaddreceiver方法调用出错 5、分账请求方法secapiPayProfitsharing调用出错,请改为双向认证执行 |
https://pay.weixin.qq.com/wiki/doc/api/allocation_sl.php?chapter=25_1
The text was updated successfully, but these errors were encountered: