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

This commit is contained in:
f00lish 2020-09-10 12:38:52 +08:00 committed by GitHub
parent 6927eaa139
commit 060576148b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}
}