upgrade version to 1.6.6 & 1.1.5
This commit is contained in:
@@ -183,3 +183,19 @@
|
||||
* 2015-12-18
|
||||
|
||||
+ 新增个性化菜单接口
|
||||
|
||||
+ WeixinProxy.getCustomRecord 参数变更为 Date startTime, Date endTime, Pageable pageable
|
||||
|
||||
* 2015-12-25
|
||||
|
||||
+ WeixinProxy新增获取appid(getAppId)方法
|
||||
|
||||
+ WeixinProxy新增获取jsticket(getJSTicketHolder)方法
|
||||
|
||||
+ 私有化WeixinProxy(TokenHolder)构造器
|
||||
|
||||
+ 调整WeixinTicketCreator类
|
||||
|
||||
* 2015-12-31
|
||||
|
||||
+ version upgrade to 1.6.6
|
||||
@@ -35,12 +35,12 @@ weixin4j-mp
|
||||
|
||||
如何使用
|
||||
--------
|
||||
0.maven依赖(1.6.5,2015-12-15 released)
|
||||
0.maven依赖(1.6.6,2015-12-31 released)
|
||||
|
||||
<dependency>
|
||||
<groupId>com.foxinmy</groupId>
|
||||
<artifactId>weixin4j-mp</artifactId>
|
||||
<version>1.6.5</version>
|
||||
<version>1.6.6</version>
|
||||
</dependency>
|
||||
1.需新增或拷贝`weixin4j.properties`文件到项目的`classpath`中
|
||||
|
||||
|
||||
@@ -1436,5 +1436,5 @@ public class WeixinProxy {
|
||||
throws WeixinException {
|
||||
return dataApi.datacube(datacubeType, date);
|
||||
}
|
||||
|
||||
|
||||
public final static String VERSION = "1.6.6";
|
||||
|
||||
Reference in New Issue
Block a user