🐛 修复微信服务商支付分实现部分接口请求地址错误的问题

This commit is contained in:
尹兴明1
2023-07-03 08:14:23 +00:00
committed by Binary Wang
parent 9203f78f50
commit 6cce17cb2e
2 changed files with 8 additions and 2 deletions

View File

@@ -35,6 +35,12 @@ public class WxPartnerPayScoreRequest extends WxPayScoreRequest {
@SerializedName("sub_mchid")
private String subMchid;
/**
* 子商户公众号下的用户表示sub_openid
*/
@SerializedName("sub_openid")
private String subOpenid;
/**
* [收付通子商户申请绑定支付分服务]的商户系统内部服务订单号
*/