🎨 #1752 微信支付电商收付通二级商户进件时店铺信息增加小程序appid字段
This commit is contained in:
@@ -792,6 +792,18 @@ public class ApplymentsRequest implements Serializable {
|
|||||||
@SerializedName(value = "store_qr_code")
|
@SerializedName(value = "store_qr_code")
|
||||||
private String storeQrCode;
|
private String storeQrCode;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* <pre>
|
||||||
|
* 字段名:小程序AppID
|
||||||
|
* 变量名:mini_program_sub_appid
|
||||||
|
* 是否必填:否
|
||||||
|
* 类型:string(256)
|
||||||
|
* 描述:
|
||||||
|
* </pre>
|
||||||
|
*/
|
||||||
|
@SerializedName(value = "mini_program_sub_appid")
|
||||||
|
private String miniProgramSubAppid;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user