version upgrade to 1.6.3 & 1.1.3
This commit is contained in:
@@ -102,4 +102,8 @@
|
||||
|
||||
* 2015-10-25
|
||||
|
||||
+ 新增认证通知事件
|
||||
+ 新增认证通知事件
|
||||
|
||||
* 2015-11-09
|
||||
|
||||
+ version upgrade to 1.1.3
|
||||
@@ -15,12 +15,12 @@ base on netty.
|
||||
|
||||
如何使用
|
||||
-------
|
||||
###maven依赖(1.1.2,2015-09-21 released)
|
||||
###maven依赖(1.1.3,2015-11-09 released)
|
||||
|
||||
<dependency>
|
||||
<groupId>com.foxinmy</groupId>
|
||||
<artifactId>weixin4j-server</artifactId>
|
||||
<version>1.1.2</version>
|
||||
<version>1.1.3</version>
|
||||
</dependency>
|
||||
###编写服务启动类
|
||||
明文模式并总是调试输出微信请求信息的服务启动类.
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.foxinmy</groupId>
|
||||
<artifactId>weixin4j-server</artifactId>
|
||||
<version>1.1.2</version>
|
||||
<version>1.1.3</version>
|
||||
<name>weixin4j-server</name>
|
||||
<url>https://github.com/foxinmy/weixin4j/tree/master/weixin4j-server</url>
|
||||
<description>微信消息netty服务器</description>
|
||||
|
||||
+1
-1
@@ -326,5 +326,5 @@ public final class WeixinServerBootstrap {
|
||||
return this;
|
||||
}
|
||||
|
||||
public final static String VERSION = "1.1.2";
|
||||
public final static String VERSION = "1.1.3";
|
||||
}
|
||||
Reference in New Issue
Block a user