Skip to content

Commit 0605761

Browse files
authored
🎨 #1752 微信支付电商收付通二级商户进件时店铺信息增加小程序appid字段
1 parent 6927eaa commit 0605761

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/ecommerce/ApplymentsRequest.java

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -792,6 +792,18 @@ public static class SalesSceneInfo implements Serializable {
792792
@SerializedName(value = "store_qr_code")
793793
private String storeQrCode;
794794

795+
/**
796+
* <pre>
797+
* 字段名:小程序AppID
798+
* 变量名:mini_program_sub_appid
799+
* 是否必填:否
800+
* 类型:string(256)
801+
* 描述:
802+
* </pre>
803+
*/
804+
@SerializedName(value = "mini_program_sub_appid")
805+
private String miniProgramSubAppid;
806+
795807
}
796808

797809
}

0 commit comments

Comments
 (0)