version upgrade 1.6.3 & 1.1.3
This commit is contained in:
parent
cabf9e2900
commit
98cae79741
@ -485,4 +485,10 @@
|
|||||||
|
|
||||||
* 2015-10-25
|
* 2015-10-25
|
||||||
|
|
||||||
+ weixin4j-server:新增认证通知事件
|
+ weixin4j-server:新增认证通知事件
|
||||||
|
|
||||||
|
* 2015-11-09
|
||||||
|
|
||||||
|
+ weixin4j-[mp|qy]:version upgrade to 1.6.3
|
||||||
|
|
||||||
|
+ weixin4j-server:version upgrade to 1.1.3
|
||||||
12
README.md
12
README.md
@ -26,26 +26,26 @@ weixin4j
|
|||||||
如何获取
|
如何获取
|
||||||
----------
|
----------
|
||||||
###1.maven依赖
|
###1.maven依赖
|
||||||
微信公众平台API(1.6.2,2015-09-27 released)
|
微信公众平台API(1.6.3,2015-11-09 released)
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.foxinmy</groupId>
|
<groupId>com.foxinmy</groupId>
|
||||||
<artifactId>weixin4j-mp</artifactId>
|
<artifactId>weixin4j-mp</artifactId>
|
||||||
<version>1.6.2</version>
|
<version>1.6.3</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
微信企业号API(1.6.2,2015-09-27 released)
|
微信企业号API(1.6.3,2015-11-09 released)
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.foxinmy</groupId>
|
<groupId>com.foxinmy</groupId>
|
||||||
<artifactId>weixin4j-qy</artifactId>
|
<artifactId>weixin4j-qy</artifactId>
|
||||||
<version>1.6.2</version>
|
<version>1.6.3</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
微信回调消息服务器(1.1.2,2015-09-21 released)
|
微信回调消息服务器(1.1.3,2015-11-09 released)
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.foxinmy</groupId>
|
<groupId>com.foxinmy</groupId>
|
||||||
<artifactId>weixin4j-server</artifactId>
|
<artifactId>weixin4j-server</artifactId>
|
||||||
<version>1.1.2</version>
|
<version>1.1.3</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
以上依赖如果出现Missing artifact错误 请尝试在eclipse里这么做
|
以上依赖如果出现Missing artifact错误 请尝试在eclipse里这么做
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user