release 1.6.0 & 1.1.0
This commit is contained in:
@@ -104,4 +104,8 @@
|
||||
|
||||
+ version upgrade to 1.5.3
|
||||
|
||||
+ 媒体接口类(MediaApi)查询素材接口调整:去掉offset,count替换为Pageable类
|
||||
+ 媒体接口类(MediaApi)查询素材接口调整:去掉offset,count替换为Pageable类
|
||||
|
||||
* 2015-09-11
|
||||
|
||||
+ version upgrade to 1.6.0
|
||||
@@ -37,12 +37,12 @@ weixin4j-qy
|
||||
|
||||
如何使用
|
||||
--------
|
||||
0.maven依赖(1.5.3,2015-08-13 released)
|
||||
0.maven依赖(1.6.0,2015-09-11 released)
|
||||
|
||||
<dependency>
|
||||
<groupId>com.foxinmy</groupId>
|
||||
<artifactId>weixin4j-qy</artifactId>
|
||||
<version>1.5.3</version>
|
||||
<version>1.6.0</version>
|
||||
</dependency>
|
||||
1.需新增或拷贝`weixin4j.properties`文件到项目的`classpath`中
|
||||
|
||||
|
||||
+1
-1
@@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>com.foxinmy</groupId>
|
||||
<artifactId>weixin4j</artifactId>
|
||||
<version>1.5.4-SNAPSHOT</version>
|
||||
<version>1.6.0</version>
|
||||
</parent>
|
||||
<artifactId>weixin4j-qy</artifactId>
|
||||
<name>weixin4j-qy</name>
|
||||
|
||||
@@ -1180,5 +1180,5 @@ public class WeixinProxy {
|
||||
return chatApi.sendChatMessage(message);
|
||||
}
|
||||
|
||||
public final static String VERSION = "1.5.3";
|
||||
public final static String VERSION = "1.6.0";
|
||||
}
|
||||
|
||||
@@ -91,5 +91,5 @@ public class WeixinSuiteProxy {
|
||||
return this.suiteMap.get(suiteId);
|
||||
}
|
||||
|
||||
public final static String VERSION = "1.5.3";
|
||||
public final static String VERSION = "1.6.0";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user