Skip to content

Commit

Permalink
🎨 binarywang#3111 【微信支付】分账相关接口增加子商户应用ID字段
Browse files Browse the repository at this point in the history
  • Loading branch information
mamingjie authored and zhongjun96 committed Oct 18, 2023
1 parent af8928f commit af50235
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,16 @@ public class ProfitSharingReceiver implements Serializable {
@SerializedName("appid")
private String appid;

/**
* <pre>
* 字段名:子商户应用ID
* 是否必填:否
* 描述:子商户的公众账号ID,分账接收方类型包含PERSONAL_SUB_OPENID时必填
* </pre>
*/
@SerializedName("sub_appid")
private String subAppid;

/**
* <pre>
* 字段名:分账接收方类型
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,16 @@ public class ProfitSharingRequest implements Serializable {
@SerializedName("appid")
private String appid;

/**
* <pre>
* 字段名:子商户应用ID
* 是否必填:否
* 描述:子商户的公众账号ID,分账接收方类型包含PERSONAL_SUB_OPENID时必填
* </pre>
*/
@SerializedName("sub_appid")
private String subAppid;

/**
* <pre>
* 字段名:微信订单号
Expand Down

0 comments on commit af50235

Please sign in to comment.