release weixin4j-[mp|qy] 1.6.4 & weixin4j-server 1.1.4

This commit is contained in:
jinyu
2015-12-01 21:16:18 +08:00
parent 23ff5460b9
commit f659e8cffe
13 changed files with 38 additions and 20 deletions
+5 -1
View File
@@ -124,4 +124,8 @@
* 2015-11-20
+ 新增客服消息
+ 新增客服消息
* 2015-12-01
+ version upgrade to 1.6.3
+2 -2
View File
@@ -37,12 +37,12 @@ weixin4j-qy
如何使用
--------
0.maven依赖(1.6.3,2015-11-09 released)
0.maven依赖(1.6.4,2015-12-01 released)
<dependency>
<groupId>com.foxinmy</groupId>
<artifactId>weixin4j-qy</artifactId>
<version>1.6.3</version>
<version>1.6.4</version>
</dependency>
1.需新增或拷贝`weixin4j.properties`文件到项目的`classpath`
@@ -1267,5 +1267,5 @@ public class WeixinProxy {
return chatApi.sendChatMessage(message);
}
public final static String VERSION = "1.6.3";
public final static String VERSION = "1.6.4";
}
@@ -91,5 +91,5 @@ public class WeixinSuiteProxy {
return this.suiteMap.get(suiteId);
}
public final static String VERSION = "1.6.3";
public final static String VERSION = "1.6.4";
}