version upgrade to 1.7.3
This commit is contained in:
@@ -256,4 +256,8 @@
|
||||
|
||||
* 2016-11-22
|
||||
|
||||
+ 新增黑名单接口
|
||||
+ 新增黑名单接口
|
||||
|
||||
* 2016-12-13
|
||||
|
||||
+ version upgrade to 1.7.3
|
||||
+7
-1
@@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>com.foxinmy</groupId>
|
||||
<artifactId>weixin4j</artifactId>
|
||||
<version>1.7.2</version>
|
||||
<version>1.7.3</version>
|
||||
</parent>
|
||||
<artifactId>weixin4j-mp</artifactId>
|
||||
<name>weixin4j-mp</name>
|
||||
@@ -29,5 +29,11 @@
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>ch.qos.logback</groupId>
|
||||
<artifactId>logback-core</artifactId>
|
||||
<version>1.1.8</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
@@ -225,5 +225,5 @@ public class WeixinComponentProxy {
|
||||
authAppId), component(componentId).getTokenManager());
|
||||
}
|
||||
|
||||
public final static String VERSION = "1.7.2";
|
||||
public final static String VERSION = "1.7.3";
|
||||
}
|
||||
|
||||
@@ -2062,5 +2062,5 @@ public class WeixinProxy {
|
||||
throws WeixinException {
|
||||
return cardApi.createCardQR(expireSeconds, cardQRs);
|
||||
}
|
||||
|
||||
|
||||
public final static String VERSION = "1.7.3";
|
||||
|
||||
Reference in New Issue
Block a user