mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-05-04 12:47:46 +08:00
Merge branch 'hotfix/1.0.2'
This commit is contained in:
commit
f09e91367d
2
pom.xml
2
pom.xml
@ -5,7 +5,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>me.chanjar</groupId>
|
||||
<artifactId>weixin-java-tools</artifactId>
|
||||
<version>1.0.1</version>
|
||||
<version>1.0.2</version>
|
||||
<name>WeiXin Java Tools</name>
|
||||
<description>用于开发微信公众号的Java工具</description>
|
||||
<url>https://github.com/chanjarster/weixin-java-tools</url>
|
||||
|
@ -78,7 +78,7 @@ public class WxConsts {
|
||||
public static final String EVT_UNSUBSCRIBE = "unsubscribe";
|
||||
public static final String EVT_SCAN = "SCAN";
|
||||
public static final String EVT_LOCATION = "LOCATION";
|
||||
public static final String EVT_CLICK = "LOCATION";
|
||||
public static final String EVT_CLICK = "CLICK";
|
||||
public static final String EVT_VIEW = "VIEW";
|
||||
public static final String EVT_MASS_SEND_JOB_FINISH = "MASSSENDJOBFINISH";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user