release 1.5.1 & 1.0.3

This commit is contained in:
jinyu
2015-07-04 22:15:45 +08:00
parent 82cc589640
commit ddf3d77041
16 changed files with 122 additions and 27 deletions
+5 -1
View File
@@ -116,4 +116,8 @@
* 2015-06-23
+ 新增企业付款查询接口
+ 新增企业付款查询接口
* 2015-07-04
+ released 1.5.1
+2 -2
View File
@@ -43,12 +43,12 @@ weixin4j-mp
如何使用
--------
0.maven依赖(1.5.0,2015-06-10 released)
0.maven依赖(1.5.1,2015-07-04 released)
<dependency>
<groupId>com.foxinmy</groupId>
<artifactId>weixin4j-mp</artifactId>
<version>1.5.0</version>
<version>1.5.1</version>
</dependency>
1.需新增或拷贝`weixin4j.properties`文件到项目的`classpath`
+1 -1
View File
@@ -5,7 +5,7 @@
<parent>
<groupId>com.foxinmy</groupId>
<artifactId>weixin4j</artifactId>
<version>1.5.0</version>
<version>1.5.1</version>
</parent>
<artifactId>weixin4j-mp</artifactId>
<name>weixin4j-mp</name>