Merge branch 'hotfix/1.0.2'

This commit is contained in:
Daniel Qian 2014-10-21 09:38:29 +08:00
commit f09e91367d
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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";