mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-05-05 05:07:46 +08:00
🎨 #1752 微信支付电商收付通二级商户进件时店铺信息增加小程序appid字段
This commit is contained in:
parent
6927eaa139
commit
060576148b
@ -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;
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user