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

View File

@ -511,4 +511,10 @@
+ weixin4j-base:调整PayUtil#createPayJsRequestJson参数位置:从主到次 + weixin4j-base:调整PayUtil#createPayJsRequestJson参数位置:从主到次
+ weixin4j-base:调整PayUtil#createNativePayRequestURL参数位置:从主到次 + weixin4j-base:调整PayUtil#createNativePayRequestURL参数位置:从主到次
* 2015-12-01
+ weixin4j-[mp|qy]:version upgrade to 1.6.4
+ weixin4j-server:version upgrade to 1.1.4

View File

@ -26,26 +26,26 @@ weixin4j
如何获取 如何获取
---------- ----------
###1.maven依赖 ###1.maven依赖
微信公众平台API(1.6.3,2015-11-09 released) 微信公众平台API(1.6.4,2015-12-01 released)
<dependency> <dependency>
<groupId>com.foxinmy</groupId> <groupId>com.foxinmy</groupId>
<artifactId>weixin4j-mp</artifactId> <artifactId>weixin4j-mp</artifactId>
<version>1.6.3</version> <version>1.6.4</version>
</dependency> </dependency>
微信企业号API(1.6.3,2015-11-09 released) 微信企业号API(1.6.4,2015-12-01 released)
<dependency> <dependency>
<groupId>com.foxinmy</groupId> <groupId>com.foxinmy</groupId>
<artifactId>weixin4j-qy</artifactId> <artifactId>weixin4j-qy</artifactId>
<version>1.6.3</version> <version>1.6.4</version>
</dependency> </dependency>
微信回调消息服务器(1.1.3,2015-11-09 released) 微信回调消息服务器(1.1.4,2015-12-01 released)
<dependency> <dependency>
<groupId>com.foxinmy</groupId> <groupId>com.foxinmy</groupId>
<artifactId>weixin4j-server</artifactId> <artifactId>weixin4j-server</artifactId>
<version>1.1.3</version> <version>1.1.4</version>
</dependency> </dependency>
以上依赖如果出现Missing artifact错误 请尝试在eclipse里这么做 以上依赖如果出现Missing artifact错误 请尝试在eclipse里这么做

View File

@ -523,5 +523,5 @@ public class WeixinPayProxy {
return pay3Api.authCode2openId(authCode); return pay3Api.authCode2openId(authCode);
} }
public final static String VERSION = "1.6.3"; public final static String VERSION = "1.6.4";
} }

View File

@ -168,4 +168,8 @@
* 2015-11-09 * 2015-11-09
+ version upgrade to 1.6.3 + version upgrade to 1.6.3
* 2015-12-01
+ version upgrade to 1.6.4

View File

@ -43,12 +43,12 @@ weixin4j-mp
如何使用 如何使用
-------- --------
0.maven依赖(1.6.3,2015-11-09 released) 0.maven依赖(1.6.4,2015-12-01 released)
<dependency> <dependency>
<groupId>com.foxinmy</groupId> <groupId>com.foxinmy</groupId>
<artifactId>weixin4j-mp</artifactId> <artifactId>weixin4j-mp</artifactId>
<version>1.6.3</version> <version>1.6.4</version>
</dependency> </dependency>
1.需新增或拷贝`weixin4j.properties`文件到项目的`classpath` 1.需新增或拷贝`weixin4j.properties`文件到项目的`classpath`

View File

@ -1364,5 +1364,5 @@ public class WeixinProxy {
return dataApi.datacube(datacubeType, date); return dataApi.datacube(datacubeType, date);
} }
public final static String VERSION = "1.6.3"; public final static String VERSION = "1.6.4";
} }

View File

@ -124,4 +124,8 @@
* 2015-11-20 * 2015-11-20
+ 新增客服消息 + 新增客服消息
* 2015-12-01
+ version upgrade to 1.6.3

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> <dependency>
<groupId>com.foxinmy</groupId> <groupId>com.foxinmy</groupId>
<artifactId>weixin4j-qy</artifactId> <artifactId>weixin4j-qy</artifactId>
<version>1.6.3</version> <version>1.6.4</version>
</dependency> </dependency>
1.需新增或拷贝`weixin4j.properties`文件到项目的`classpath` 1.需新增或拷贝`weixin4j.properties`文件到项目的`classpath`

View File

@ -1267,5 +1267,5 @@ public class WeixinProxy {
return chatApi.sendChatMessage(message); return chatApi.sendChatMessage(message);
} }
public final static String VERSION = "1.6.3"; public final static String VERSION = "1.6.4";
} }

View File

@ -91,5 +91,5 @@ public class WeixinSuiteProxy {
return this.suiteMap.get(suiteId); return this.suiteMap.get(suiteId);
} }
public final static String VERSION = "1.6.3"; public final static String VERSION = "1.6.4";
} }

View File

@ -106,4 +106,8 @@
* 2015-11-09 * 2015-11-09
+ version upgrade to 1.1.3 + version upgrade to 1.1.3
* 2015-12-01
+ version upgrade to 1.1.4

View File

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>com.foxinmy</groupId> <groupId>com.foxinmy</groupId>
<artifactId>weixin4j-server</artifactId> <artifactId>weixin4j-server</artifactId>
<version>1.1.3</version> <version>1.1.4</version>
<name>weixin4j-server</name> <name>weixin4j-server</name>
<url>https://github.com/foxinmy/weixin4j/tree/master/weixin4j-server</url> <url>https://github.com/foxinmy/weixin4j/tree/master/weixin4j-server</url>
<description>微信消息netty服务器</description> <description>微信消息netty服务器</description>

View File

@ -327,5 +327,5 @@ public final class WeixinServerBootstrap {
return this; return this;
} }
public final static String VERSION = "1.1.3"; public final static String VERSION = "1.1.4";
} }