Explorar el Código

:art: #1752 微信支付电商收付通二级商户进件时店铺信息增加小程序appid字段

f00lish hace 4 años
padre
commit
060576148b

+ 12 - 0
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;
 
+    /**
+     * <pre>
+     * 字段名:小程序AppID
+     * 变量名:mini_program_sub_appid
+     * 是否必填:否
+     * 类型:string(256)
+     * 描述:
+     * </pre>
+     */
+    @SerializedName(value = "mini_program_sub_appid")
+    private String miniProgramSubAppid;
+
   }
 
 }