released 1.5.0

This commit is contained in:
jinyu 2015-06-10 16:18:55 +08:00
parent c5163e7eac
commit 32893aa0f5
8 changed files with 16 additions and 16 deletions

View File

@ -323,6 +323,6 @@
+ **weixin4j-server**: released 1.0.2
* 2015-06-11
+ weixin.properties重命名为weixin4j.properties
+ released 1.5.0

View File

@ -24,19 +24,19 @@ weixin4j
如何获取
----------
###1.maven依赖
微信公众平台API(1.4,2015-04-29 released)
微信公众平台API(1.5.0,2015-06-10 released)
<dependency>
<groupId>com.foxinmy</groupId>
<artifactId>weixin4j-mp</artifactId>
<version>1.4</version>
<version>1.5.0</version>
</dependency>
微信企业号API(1.4,2015-04-29 released)
微信企业号API(1.5.0,2015-06-10 released)
<dependency>
<groupId>com.foxinmy</groupId>
<artifactId>weixin4j-qy</artifactId>
<version>1.4</version>
<version>1.5.0</version>
</dependency>
微信被动消息服务器(1.0.2,2015-06-10 released)

View File

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.foxinmy</groupId>
<artifactId>weixin4j</artifactId>
<version>1.4</version>
<version>1.5.0</version>
<packaging>pom</packaging>
<name>weixin4j</name>
<url>https://github.com/foxinmy/weixin4j</url>

View File

@ -5,7 +5,7 @@
<parent>
<groupId>com.foxinmy</groupId>
<artifactId>weixin4j</artifactId>
<version>1.4</version>
<version>1.5.0</version>
</parent>
<artifactId>weixin4j-base</artifactId>
<name>weixin4j-base</name>

View File

@ -41,12 +41,12 @@ weixin4j-mp
如何使用
--------
0.maven依赖(1.4,2015-05-16 released)
0.maven依赖(1.5.0,2015-06-10 released)
<dependency>
<groupId>com.foxinmy</groupId>
<artifactId>weixin4j-mp</artifactId>
<version>1.4</version>
<version>1.5.0</version>
</dependency>
1.需新增或拷贝`weixin4j.properties`文件到项目的`classpath`
@ -74,7 +74,7 @@ weixin4j.properties说明
"paySignKey":"微信支付中调用API的密钥"}
token_path=/tmp/weixin4j/token
qr_path=/tmp/weixin4j/qr
qr_path=/tmp/weixin4j/qrcode
media_path=/tmp/weixin4j/media
bill_path=/tmp/weixin4j/bill
# ca证书存放的完整路径 (V2版本后缀为*.pfx,V3版本后缀为*.p12)

View File

@ -5,7 +5,7 @@
<parent>
<groupId>com.foxinmy</groupId>
<artifactId>weixin4j</artifactId>
<version>1.4</version>
<version>1.5.0</version>
</parent>
<artifactId>weixin4j-mp</artifactId>
<name>weixin4j-mp</name>

View File

@ -25,12 +25,12 @@ weixin4j-qy
如何使用
--------
0.maven依赖(1.4,2015-04-29 released)
0.maven依赖(1.5.0,2015-06-10 released)
<dependency>
<groupId>com.foxinmy</groupId>
<artifactId>weixin4j-qy</artifactId>
<version>1.4</version>
<version>1.5.0</version>
</dependency>
1.需新增或拷贝`weixin4j.properties`文件到项目的`classpath`

View File

@ -5,7 +5,7 @@
<parent>
<groupId>com.foxinmy</groupId>
<artifactId>weixin4j</artifactId>
<version>1.4</version>
<version>1.5.0</version>
</parent>
<artifactId>weixin4j-qy</artifactId>
<name>weixin4j-qy</name>