happy new year(:

This commit is contained in:
jinyu 2016-02-05 09:43:55 +08:00
parent d0b4066862
commit 22f9511f0e
8 changed files with 38 additions and 15 deletions

View File

@ -634,3 +634,11 @@
* 2016-01-29
+ 新增Weixin4jSettings配置类
* 2016-02-06
+ weixin4j-[mp|qy]:version upgrade to 1.6.7
+ weixin4j-server:version upgrade to 1.1.6
+ happy new year(:

View File

@ -9,7 +9,7 @@ weixin4j
-------
* **weixin4j-base**
`Http Client实现&token实现&微信支付(刷卡/扫码/JS/APP/WAP/现金红包/企业付款)`
`Http Client实现&token实现&微信支付实现(刷卡/扫码/JS/APP/WAP/现金红包/企业付款)`
* **weixin4j-mp**
@ -26,26 +26,26 @@ weixin4j
如何获取
----------
###1.maven依赖
微信公众平台API(1.6.6,2015-12-31 released)
微信公众平台API(1.6.7,2016-02-04 released)
<dependency>
<groupId>com.foxinmy</groupId>
<artifactId>weixin4j-mp</artifactId>
<version>1.6.6</version>
<version>1.6.7</version>
</dependency>
微信企业号API(1.6.6,2015-12-31 released)
微信企业号API(1.6.7,2016-02-04 released)
<dependency>
<groupId>com.foxinmy</groupId>
<artifactId>weixin4j-qy</artifactId>
<version>1.6.6</version>
<version>1.6.7</version>
</dependency>
微信回调消息服务器(1.1.5,2015-12-31 released)
微信回调消息服务器(1.1.6,2016-02-04 released)
<dependency>
<groupId>com.foxinmy</groupId>
<artifactId>weixin4j-server</artifactId>
<version>1.1.5</version>
<version>1.1.6</version>
</dependency>
###2.直接下载jar包
@ -58,10 +58,11 @@ weixin4j
###3.从源码打包
[如何使用](https://github.com/foxinmy/weixin4j/wiki/%E5%A6%82%E4%BD%95%E4%BD%BF%E7%94%A8SDK)
`git clone`&`mvn package`
[如何使用](https://github.com/foxinmy/weixin4j/wiki/%E5%A6%82%E4%BD%95%E4%BD%BF%E7%94%A8SDK)
--------
[更新LOG](./CHANGE.md)
----------------------

View File

@ -205,3 +205,7 @@
+ 新增获取模板和删除模板接口
+ 新增自定义个性化菜单语言信息匹配项
* 2015-02-04
+ version upgrade to 1.6.7

View File

@ -34,6 +34,7 @@ weixin4j-mp
* UserApi `用户管理API`
[如何使用](https://github.com/foxinmy/weixin4j/wiki/%E5%A6%82%E4%BD%95%E4%BD%BF%E7%94%A8SDK)
---------
[更新LOG](./CHANGE.md)
----------------------

View File

@ -172,3 +172,7 @@
* 2016-01-26
+ 新增上传图文消息内的图片接口
* 2015-02-04
+ version upgrade to 1.6.7

View File

@ -35,6 +35,7 @@ weixin4j-qy
[如何使用](https://github.com/foxinmy/weixin4j/wiki/%E5%A6%82%E4%BD%95%E4%BD%BF%E7%94%A8SDK)
---------
[更新LOG](./CHANGE.md)
----------------------

View File

@ -131,3 +131,7 @@
* 2015-12-31
+ version upgrade to 1.1.5
* 2015-02-04
+ version upgrade to 1.1.6

View File

@ -15,12 +15,12 @@ base on netty.
如何使用
-------
###maven依赖(1.1.5,2015-12-31 released)
###maven依赖(1.1.6,2016-02-04 released)
<dependency>
<groupId>com.foxinmy</groupId>
<artifactId>weixin4j-server</artifactId>
<version>1.1.5</version>
<version>1.1.6</version>
</dependency>
###编写服务启动类
明文模式并总是调试输出微信请求信息的服务启动类.