mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2026-03-10 00:13:40 +08:00
🐛 修复微信服务商支付分实现部分接口请求地址错误的问题
This commit is contained in:
@@ -35,6 +35,12 @@ public class WxPartnerPayScoreRequest extends WxPayScoreRequest {
|
||||
@SerializedName("sub_mchid")
|
||||
private String subMchid;
|
||||
|
||||
/**
|
||||
* 子商户公众号下的用户表示sub_openid
|
||||
*/
|
||||
@SerializedName("sub_openid")
|
||||
private String subOpenid;
|
||||
|
||||
/**
|
||||
* [收付通子商户申请绑定支付分服务]的商户系统内部服务订单号
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user