All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.foxinmy.weixin4j.mp.event.ScribeEventMessage Maven / Gradle / Ivy

There is a newer version: 1.10.2
Show newest version
package com.foxinmy.weixin4j.mp.event;

import com.foxinmy.weixin4j.type.EventType;

/**
 * 关注/取消关注事件
包括直接关注与扫描关注 * * @className ScribeEventMessage * @author jinyu([email protected]) * @date 2014年4月6日 * @since JDK 1.6 * @see 订阅号、服务号的关注/取消关注事件 */ public class ScribeEventMessage extends ScanEventMessage { private static final long serialVersionUID = -6846321620262204915L; public ScribeEventMessage() { super(EventType.subscribe.name()); } @Override public String toString() { return "ScribeEventMessage [" + super.toString() + "]"; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy