weixin4j-[mp|qy]:version upgrade to 1.6.2 & weixin4j-server:version
upgrade to 1.1.2
This commit is contained in:
parent
03ca6e670a
commit
7ab8befd6a
@ -473,4 +473,8 @@
|
|||||||
|
|
||||||
* 2015-09-21
|
* 2015-09-21
|
||||||
|
|
||||||
重要:工程运行环境由jdk1.7调整为jdk1.6
|
+ 重要:工程运行环境由jdk1.7调整为jdk1.6
|
||||||
|
|
||||||
|
+ weixin4j-[mp|qy]:version upgrade to 1.6.2
|
||||||
|
|
||||||
|
+ weixin4j-server:version upgrade to 1.1.2
|
||||||
12
README.md
12
README.md
@ -26,26 +26,26 @@ weixin4j
|
|||||||
如何获取
|
如何获取
|
||||||
----------
|
----------
|
||||||
###1.maven依赖
|
###1.maven依赖
|
||||||
微信公众平台API(1.6.1,2015-09-16 released)
|
微信公众平台API(1.6.2,2015-09-21 released)
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.foxinmy</groupId>
|
<groupId>com.foxinmy</groupId>
|
||||||
<artifactId>weixin4j-mp</artifactId>
|
<artifactId>weixin4j-mp</artifactId>
|
||||||
<version>1.6.1</version>
|
<version>1.6.2</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
微信企业号API(1.6.1,2015-09-16 released)
|
微信企业号API(1.6.2,2015-09-21 released)
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.foxinmy</groupId>
|
<groupId>com.foxinmy</groupId>
|
||||||
<artifactId>weixin4j-qy</artifactId>
|
<artifactId>weixin4j-qy</artifactId>
|
||||||
<version>1.6.1</version>
|
<version>1.6.2</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
微信回调消息服务器(1.1.1,2015-09-16 released)
|
微信回调消息服务器(1.1.2,2015-09-21 released)
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.foxinmy</groupId>
|
<groupId>com.foxinmy</groupId>
|
||||||
<artifactId>weixin4j-server</artifactId>
|
<artifactId>weixin4j-server</artifactId>
|
||||||
<version>1.1.1</version>
|
<version>1.1.2</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
以上依赖如果出现Missing artifact错误 请尝试在eclipse里这么做
|
以上依赖如果出现Missing artifact错误 请尝试在eclipse里这么做
|
||||||
|
|||||||
2
pom.xml
2
pom.xml
@ -4,7 +4,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>com.foxinmy</groupId>
|
<groupId>com.foxinmy</groupId>
|
||||||
<artifactId>weixin4j</artifactId>
|
<artifactId>weixin4j</artifactId>
|
||||||
<version>1.6.1</version>
|
<version>1.6.2</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<name>weixin4j</name>
|
<name>weixin4j</name>
|
||||||
<url>https://github.com/foxinmy/weixin4j</url>
|
<url>https://github.com/foxinmy/weixin4j</url>
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.foxinmy</groupId>
|
<groupId>com.foxinmy</groupId>
|
||||||
<artifactId>weixin4j</artifactId>
|
<artifactId>weixin4j</artifactId>
|
||||||
<version>1.6.1</version>
|
<version>1.6.2</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>weixin4j-base</artifactId>
|
<artifactId>weixin4j-base</artifactId>
|
||||||
<name>weixin4j-base</name>
|
<name>weixin4j-base</name>
|
||||||
|
|||||||
@ -524,5 +524,5 @@ public class WeixinPayProxy {
|
|||||||
return pay3Api.authCode2openId(authCode);
|
return pay3Api.authCode2openId(authCode);
|
||||||
}
|
}
|
||||||
|
|
||||||
public final static String VERSION = "1.6.1";
|
public final static String VERSION = "1.6.2";
|
||||||
}
|
}
|
||||||
|
|||||||
@ -156,4 +156,12 @@
|
|||||||
|
|
||||||
* 2015-09-11
|
* 2015-09-11
|
||||||
|
|
||||||
+ version upgrade to 1.6.0
|
+ version upgrade to 1.6.0
|
||||||
|
|
||||||
|
* 2015-09-16
|
||||||
|
|
||||||
|
+ version upgrade to 1.6.1
|
||||||
|
|
||||||
|
* 2015-09-21
|
||||||
|
|
||||||
|
+ version upgrade to 1.6.2
|
||||||
@ -43,12 +43,12 @@ weixin4j-mp
|
|||||||
|
|
||||||
如何使用
|
如何使用
|
||||||
--------
|
--------
|
||||||
0.maven依赖(1.6.1,2015-09-16 released)
|
0.maven依赖(1.6.2,2015-09-21 released)
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.foxinmy</groupId>
|
<groupId>com.foxinmy</groupId>
|
||||||
<artifactId>weixin4j-mp</artifactId>
|
<artifactId>weixin4j-mp</artifactId>
|
||||||
<version>1.6.1</version>
|
<version>1.6.2</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
1.需新增或拷贝`weixin4j.properties`文件到项目的`classpath`中
|
1.需新增或拷贝`weixin4j.properties`文件到项目的`classpath`中
|
||||||
|
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.foxinmy</groupId>
|
<groupId>com.foxinmy</groupId>
|
||||||
<artifactId>weixin4j</artifactId>
|
<artifactId>weixin4j</artifactId>
|
||||||
<version>1.6.1</version>
|
<version>1.6.2</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>weixin4j-mp</artifactId>
|
<artifactId>weixin4j-mp</artifactId>
|
||||||
<name>weixin4j-mp</name>
|
<name>weixin4j-mp</name>
|
||||||
|
|||||||
@ -1352,5 +1352,5 @@ public class WeixinProxy {
|
|||||||
return dataApi.datacube(datacubeType, date);
|
return dataApi.datacube(datacubeType, date);
|
||||||
}
|
}
|
||||||
|
|
||||||
public final static String VERSION = "1.6.1";
|
public final static String VERSION = "1.6.2";
|
||||||
}
|
}
|
||||||
|
|||||||
@ -108,4 +108,12 @@
|
|||||||
|
|
||||||
* 2015-09-11
|
* 2015-09-11
|
||||||
|
|
||||||
+ version upgrade to 1.6.0
|
+ version upgrade to 1.6.0
|
||||||
|
|
||||||
|
* 2015-09-16
|
||||||
|
|
||||||
|
+ version upgrade to 1.6.1
|
||||||
|
|
||||||
|
* 2015-09-21
|
||||||
|
|
||||||
|
+ version upgrade to 1.6.2
|
||||||
@ -37,12 +37,12 @@ weixin4j-qy
|
|||||||
|
|
||||||
如何使用
|
如何使用
|
||||||
--------
|
--------
|
||||||
0.maven依赖(1.6.1,2015-09-16 released)
|
0.maven依赖(1.6.2,2015-09-21 released)
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.foxinmy</groupId>
|
<groupId>com.foxinmy</groupId>
|
||||||
<artifactId>weixin4j-qy</artifactId>
|
<artifactId>weixin4j-qy</artifactId>
|
||||||
<version>1.6.1</version>
|
<version>1.6.2</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
1.需新增或拷贝`weixin4j.properties`文件到项目的`classpath`中
|
1.需新增或拷贝`weixin4j.properties`文件到项目的`classpath`中
|
||||||
|
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.foxinmy</groupId>
|
<groupId>com.foxinmy</groupId>
|
||||||
<artifactId>weixin4j</artifactId>
|
<artifactId>weixin4j</artifactId>
|
||||||
<version>1.6.1</version>
|
<version>1.6.2</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>weixin4j-qy</artifactId>
|
<artifactId>weixin4j-qy</artifactId>
|
||||||
<name>weixin4j-qy</name>
|
<name>weixin4j-qy</name>
|
||||||
|
|||||||
@ -90,4 +90,12 @@
|
|||||||
|
|
||||||
* 2015-09-11
|
* 2015-09-11
|
||||||
|
|
||||||
+ version upgrade to 1.1.0
|
+ version upgrade to 1.1.0
|
||||||
|
|
||||||
|
* 2015-09-16
|
||||||
|
|
||||||
|
+ version upgrade to 1.1.1
|
||||||
|
|
||||||
|
* 2015-09-21
|
||||||
|
|
||||||
|
+ version upgrade to 1.1.2
|
||||||
@ -15,12 +15,12 @@ base on netty.
|
|||||||
|
|
||||||
如何使用
|
如何使用
|
||||||
-------
|
-------
|
||||||
###maven依赖(1.1.1,2015-09-16 released)
|
###maven依赖(1.1.2,2015-09-21 released)
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.foxinmy</groupId>
|
<groupId>com.foxinmy</groupId>
|
||||||
<artifactId>weixin4j-server</artifactId>
|
<artifactId>weixin4j-server</artifactId>
|
||||||
<version>1.1.1</version>
|
<version>1.1.2</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
###编写服务启动类
|
###编写服务启动类
|
||||||
明文模式并总是调试输出微信请求信息的服务启动类.
|
明文模式并总是调试输出微信请求信息的服务启动类.
|
||||||
|
|||||||
@ -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.1</version>
|
<version>1.1.2</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>
|
||||||
|
|||||||
@ -326,5 +326,5 @@ public final class WeixinServerBootstrap {
|
|||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
||||||
public final static String VERSION = "1.1.1";
|
public final static String VERSION = "1.1.2";
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user