version upgrade to 1.6.9

This commit is contained in:
jinyu
2016-05-07 11:30:21 +08:00
parent 4ecf2c4764
commit 6af5d56fa9
14 changed files with 36 additions and 17 deletions
+3 -3
View File
@@ -5,7 +5,7 @@
<parent>
<groupId>com.foxinmy</groupId>
<artifactId>weixin4j</artifactId>
<version>1.6.8</version>
<version>1.6.9</version>
</parent>
<artifactId>weixin4j-example</artifactId>
<version>1.0</version>
@@ -40,13 +40,13 @@
<dependency>
<groupId>com.foxinmy</groupId>
<artifactId>weixin4j-mp</artifactId>
<version>1.6.8</version>
<version>1.6.9</version>
</dependency>
<!-- 微信企业号 -->
<dependency>
<groupId>com.foxinmy</groupId>
<artifactId>weixin4j-qy</artifactId>
<version>1.6.8</version>
<version>1.6.9</version>
</dependency>
<!-- 微信被动消息(回调模式) -->
<dependency>
@@ -75,8 +75,7 @@
<!-- 微信消息服务~start -->
<bean
class="com.foximy.weixin4j.example.server.Weixin4jServerStartupWithThread"
init-method="start" destroy-method="stop">
class="com.foximy.weixin4j.example.server.Weixin4jServerStartupWithThread">
<!-- 端口号 微信暂时只支持80端口 所以需要自己把微信被动消息请求转发(nginx等)到这个端口上来 -->
<constructor-arg index="0" value="30000" />
<!-- token信息 -->