From 060576148b9861294fafa68bede3fb7a606828e9 Mon Sep 17 00:00:00 2001 From: f00lish Date: Thu, 10 Sep 2020 12:38:52 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20#1752=20=E5=BE=AE=E4=BF=A1=E6=94=AF?= =?UTF-8?q?=E4=BB=98=E7=94=B5=E5=95=86=E6=94=B6=E4=BB=98=E9=80=9A=E4=BA=8C?= =?UTF-8?q?=E7=BA=A7=E5=95=86=E6=88=B7=E8=BF=9B=E4=BB=B6=E6=97=B6=E5=BA=97?= =?UTF-8?q?=E9=93=BA=E4=BF=A1=E6=81=AF=E5=A2=9E=E5=8A=A0=E5=B0=8F=E7=A8=8B?= =?UTF-8?q?=E5=BA=8Fappid=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../wxpay/bean/ecommerce/ApplymentsRequest.java | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/ecommerce/ApplymentsRequest.java b/weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/ecommerce/ApplymentsRequest.java index bd021fc57..00516eabb 100644 --- a/weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/ecommerce/ApplymentsRequest.java +++ b/weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/ecommerce/ApplymentsRequest.java @@ -792,6 +792,18 @@ public class ApplymentsRequest implements Serializable { @SerializedName(value = "store_qr_code") private String storeQrCode; + /** + *
+     * 字段名:小程序AppID
+     * 变量名:mini_program_sub_appid
+     * 是否必填:否
+     * 类型:string(256)
+     * 描述:
+     * 
+ */ + @SerializedName(value = "mini_program_sub_appid") + private String miniProgramSubAppid; + } }