udpate md

This commit is contained in:
jinyu 2015-09-11 22:30:24 +08:00
parent 481f6e9be4
commit ebe96f5fce

View File

@ -26,21 +26,21 @@ weixin4j
如何获取 如何获取
---------- ----------
###1.maven依赖 ###1.maven依赖
微信公众平台API(1.6.0,2015-09-xx released) 微信公众平台API(1.6.0,2015-09-11 released)
<dependency> <dependency>
<groupId>com.foxinmy</groupId> <groupId>com.foxinmy</groupId>
<artifactId>weixin4j-mp</artifactId> <artifactId>weixin4j-mp</artifactId>
<version>1.6.0</version> <version>1.6.0</version>
</dependency> </dependency>
微信企业号API(1.6.0,2015-09-xx released) 微信企业号API(1.6.0,2015-09-11 released)
<dependency> <dependency>
<groupId>com.foxinmy</groupId> <groupId>com.foxinmy</groupId>
<artifactId>weixin4j-qy</artifactId> <artifactId>weixin4j-qy</artifactId>
<version>1.6.0</version> <version>1.6.0</version>
</dependency> </dependency>
微信回调消息服务器(1.1.0,2015-09-xx released) 微信回调消息服务器(1.1.0,2015-09-11 released)
<dependency> <dependency>
<groupId>com.foxinmy</groupId> <groupId>com.foxinmy</groupId>