File tree Expand file tree Collapse file tree 1 file changed +47
-0
lines changed
weixin-java-mp/src/main/java/me/chanjar/weixin/mp/bean/card Expand file tree Collapse file tree 1 file changed +47
-0
lines changed Original file line number Diff line number Diff line change @@ -191,6 +191,53 @@ public class BaseInfo implements Serializable {
191
191
@ SerializedName ("need_push_on_view" )
192
192
private boolean needPushOnView ;
193
193
194
+
195
+ /**
196
+ * 微信小程序开放功能 小程序&卡券打通部分新增8个字段 https://mp.weixin.qq.com/cgi-bin/announce?action=getannouncement&key=1490190158&version=1&lang=zh_CN&platform=2
197
+ * @return
198
+ */
199
+
200
+ /**
201
+ * 自定义使用入口跳转小程序的user_name,格式为原始id+@app
202
+ */
203
+ @ SerializedName ("custom_app_brand_user_name" )
204
+ private String customAppBrandUserName ;
205
+ /**
206
+ * 自定义使用入口小程序页面地址
207
+ */
208
+ @ SerializedName ("custom_app_brand_pass" )
209
+ private String customAppBrandPass ;
210
+ /**
211
+ * 小程序的user_name
212
+ */
213
+ @ SerializedName ("center_app_brand_user_name" )
214
+ private String centerAppBrandUserName ;
215
+ /**
216
+ * 自定义居中使用入口小程序页面地址
217
+ */
218
+ @ SerializedName ("center_app_brand_pass" )
219
+ private String centerAppBrandPass ;
220
+ /**
221
+ * 小程序的user_name
222
+ */
223
+ @ SerializedName ("promotion_app_brand_user_name" )
224
+ private String promotionAppBrandUserName ;
225
+ /**
226
+ * 自定义营销入口小程序页面地址
227
+ */
228
+ @ SerializedName ("promotion_app_brand_pass" )
229
+ private String promotionAppBrandPass ;
230
+ /**
231
+ * 小程序的user_name,
232
+ */
233
+ @ SerializedName ("activate_app_brand_user_name" )
234
+ private String activateAppBrandUserName ;
235
+ /**
236
+ * 激活小程序页面地址
237
+ */
238
+ @ SerializedName ("activate_app_brand_pass" )
239
+ private String activateAppBrandPass ;
240
+
194
241
@ Override
195
242
public String toString () {
196
243
return WxMpGsonBuilder .create ().toJson (this );
You can’t perform that action at this time.
0 commit comments