release weixin4j-[mp|qy] 1.6.4 & weixin4j-server 1.1.4
This commit is contained in:
parent
23ff5460b9
commit
f659e8cffe
@ -511,4 +511,10 @@
|
||||
|
||||
+ weixin4j-base:调整PayUtil#createPayJsRequestJson参数位置:从主到次
|
||||
|
||||
+ weixin4j-base:调整PayUtil#createNativePayRequestURL参数位置:从主到次
|
||||
+ weixin4j-base:调整PayUtil#createNativePayRequestURL参数位置:从主到次
|
||||
|
||||
* 2015-12-01
|
||||
|
||||
+ weixin4j-[mp|qy]:version upgrade to 1.6.4
|
||||
|
||||
+ weixin4j-server:version upgrade to 1.1.4
|
||||
12
README.md
12
README.md
@ -26,26 +26,26 @@ weixin4j
|
||||
如何获取
|
||||
----------
|
||||
###1.maven依赖
|
||||
微信公众平台API(1.6.3,2015-11-09 released)
|
||||
微信公众平台API(1.6.4,2015-12-01 released)
|
||||
|
||||
<dependency>
|
||||
<groupId>com.foxinmy</groupId>
|
||||
<artifactId>weixin4j-mp</artifactId>
|
||||
<version>1.6.3</version>
|
||||
<version>1.6.4</version>
|
||||
</dependency>
|
||||
微信企业号API(1.6.3,2015-11-09 released)
|
||||
微信企业号API(1.6.4,2015-12-01 released)
|
||||
|
||||
<dependency>
|
||||
<groupId>com.foxinmy</groupId>
|
||||
<artifactId>weixin4j-qy</artifactId>
|
||||
<version>1.6.3</version>
|
||||
<version>1.6.4</version>
|
||||
</dependency>
|
||||
微信回调消息服务器(1.1.3,2015-11-09 released)
|
||||
微信回调消息服务器(1.1.4,2015-12-01 released)
|
||||
|
||||
<dependency>
|
||||
<groupId>com.foxinmy</groupId>
|
||||
<artifactId>weixin4j-server</artifactId>
|
||||
<version>1.1.3</version>
|
||||
<version>1.1.4</version>
|
||||
</dependency>
|
||||
|
||||
以上依赖如果出现Missing artifact错误 请尝试在eclipse里这么做
|
||||
|
||||
@ -523,5 +523,5 @@ public class WeixinPayProxy {
|
||||
return pay3Api.authCode2openId(authCode);
|
||||
}
|
||||
|
||||
public final static String VERSION = "1.6.3";
|
||||
public final static String VERSION = "1.6.4";
|
||||
}
|
||||
|
||||
@ -168,4 +168,8 @@
|
||||
|
||||
* 2015-11-09
|
||||
|
||||
+ version upgrade to 1.6.3
|
||||
+ version upgrade to 1.6.3
|
||||
|
||||
* 2015-12-01
|
||||
|
||||
+ version upgrade to 1.6.4
|
||||
|
||||
@ -43,12 +43,12 @@ weixin4j-mp
|
||||
|
||||
如何使用
|
||||
--------
|
||||
0.maven依赖(1.6.3,2015-11-09 released)
|
||||
0.maven依赖(1.6.4,2015-12-01 released)
|
||||
|
||||
<dependency>
|
||||
<groupId>com.foxinmy</groupId>
|
||||
<artifactId>weixin4j-mp</artifactId>
|
||||
<version>1.6.3</version>
|
||||
<version>1.6.4</version>
|
||||
</dependency>
|
||||
1.需新增或拷贝`weixin4j.properties`文件到项目的`classpath`中
|
||||
|
||||
|
||||
@ -1364,5 +1364,5 @@ public class WeixinProxy {
|
||||
return dataApi.datacube(datacubeType, date);
|
||||
}
|
||||
|
||||
public final static String VERSION = "1.6.3";
|
||||
public final static String VERSION = "1.6.4";
|
||||
}
|
||||
|
||||
@ -124,4 +124,8 @@
|
||||
|
||||
* 2015-11-20
|
||||
|
||||
+ 新增客服消息
|
||||
+ 新增客服消息
|
||||
|
||||
* 2015-12-01
|
||||
|
||||
+ version upgrade to 1.6.3
|
||||
|
||||
@ -37,12 +37,12 @@ weixin4j-qy
|
||||
|
||||
如何使用
|
||||
--------
|
||||
0.maven依赖(1.6.3,2015-11-09 released)
|
||||
0.maven依赖(1.6.4,2015-12-01 released)
|
||||
|
||||
<dependency>
|
||||
<groupId>com.foxinmy</groupId>
|
||||
<artifactId>weixin4j-qy</artifactId>
|
||||
<version>1.6.3</version>
|
||||
<version>1.6.4</version>
|
||||
</dependency>
|
||||
1.需新增或拷贝`weixin4j.properties`文件到项目的`classpath`中
|
||||
|
||||
|
||||
@ -1267,5 +1267,5 @@ public class WeixinProxy {
|
||||
return chatApi.sendChatMessage(message);
|
||||
}
|
||||
|
||||
public final static String VERSION = "1.6.3";
|
||||
public final static String VERSION = "1.6.4";
|
||||
}
|
||||
|
||||
@ -91,5 +91,5 @@ public class WeixinSuiteProxy {
|
||||
return this.suiteMap.get(suiteId);
|
||||
}
|
||||
|
||||
public final static String VERSION = "1.6.3";
|
||||
public final static String VERSION = "1.6.4";
|
||||
}
|
||||
|
||||
@ -106,4 +106,8 @@
|
||||
|
||||
* 2015-11-09
|
||||
|
||||
+ version upgrade to 1.1.3
|
||||
+ version upgrade to 1.1.3
|
||||
|
||||
* 2015-12-01
|
||||
|
||||
+ version upgrade to 1.1.4
|
||||
@ -4,7 +4,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.foxinmy</groupId>
|
||||
<artifactId>weixin4j-server</artifactId>
|
||||
<version>1.1.3</version>
|
||||
<version>1.1.4</version>
|
||||
<name>weixin4j-server</name>
|
||||
<url>https://github.com/foxinmy/weixin4j/tree/master/weixin4j-server</url>
|
||||
<description>微信消息netty服务器</description>
|
||||
|
||||
@ -327,5 +327,5 @@ public final class WeixinServerBootstrap {
|
||||
return this;
|
||||
}
|
||||
|
||||
public final static String VERSION = "1.1.3";
|
||||
public final static String VERSION = "1.1.4";
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user