package org.ruoyi.common.wechat.itchat4j.beans; import java.util.List; /** * @author WesleyOne * @create 2018/12/21 */ @Deprecated public class WebWxInit { private BaseResponse BaseResponse; private String ChatSet; private Long ClickReportInterval; private Long ClientVersion; private List ContactList; private Integer Count; private Integer GrayScale; private Integer InviteStartCount; /** * 订阅号字段省略 * MPSubscribeMsgCount * MPSubscribeMsgList */ private String SKey; private SyncKey SyncKey; private Long SystemTime; private User User; }