mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-05-02 20:02:37 +08:00
✨ #1194 添加会员卡微信小程序新增字段
This commit is contained in:
parent
00a54a1119
commit
c2107faf57
@ -191,6 +191,53 @@ public class BaseInfo implements Serializable {
|
||||
@SerializedName("need_push_on_view")
|
||||
private boolean needPushOnView;
|
||||
|
||||
|
||||
/**
|
||||
* 微信小程序开放功能 小程序&卡券打通部分新增8个字段 https://mp.weixin.qq.com/cgi-bin/announce?action=getannouncement&key=1490190158&version=1&lang=zh_CN&platform=2
|
||||
* @return
|
||||
*/
|
||||
|
||||
/**
|
||||
* 自定义使用入口跳转小程序的user_name,格式为原始id+@app
|
||||
*/
|
||||
@SerializedName("custom_app_brand_user_name")
|
||||
private String customAppBrandUserName;
|
||||
/**
|
||||
* 自定义使用入口小程序页面地址
|
||||
*/
|
||||
@SerializedName("custom_app_brand_pass")
|
||||
private String customAppBrandPass;
|
||||
/**
|
||||
* 小程序的user_name
|
||||
*/
|
||||
@SerializedName("center_app_brand_user_name")
|
||||
private String centerAppBrandUserName;
|
||||
/**
|
||||
* 自定义居中使用入口小程序页面地址
|
||||
*/
|
||||
@SerializedName("center_app_brand_pass")
|
||||
private String centerAppBrandPass;
|
||||
/**
|
||||
* 小程序的user_name
|
||||
*/
|
||||
@SerializedName("promotion_app_brand_user_name")
|
||||
private String promotionAppBrandUserName;
|
||||
/**
|
||||
* 自定义营销入口小程序页面地址
|
||||
*/
|
||||
@SerializedName("promotion_app_brand_pass")
|
||||
private String promotionAppBrandPass;
|
||||
/**
|
||||
* 小程序的user_name,
|
||||
*/
|
||||
@SerializedName("activate_app_brand_user_name")
|
||||
private String activateAppBrandUserName;
|
||||
/**
|
||||
* 激活小程序页面地址
|
||||
*/
|
||||
@SerializedName("activate_app_brand_pass")
|
||||
private String activateAppBrandPass;
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return WxMpGsonBuilder.create().toJson(this);
|
||||
|
Loading…
Reference in New Issue
Block a user