Merge branch 'master' of github.com:foxinmy/weixin4j
This commit is contained in:
@@ -278,4 +278,8 @@
|
||||
|
||||
* 2017-06-02
|
||||
|
||||
+ version upgrade to 1.7.6
|
||||
+ version upgrade to 1.7.6
|
||||
|
||||
* 2017-06-23
|
||||
|
||||
+ version upgrade to 1.7.7
|
||||
+1
-1
@@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>com.foxinmy</groupId>
|
||||
<artifactId>weixin4j</artifactId>
|
||||
<version>1.7.6</version>
|
||||
<version>1.7.7</version>
|
||||
</parent>
|
||||
<artifactId>weixin4j-mp</artifactId>
|
||||
<name>weixin4j-mp</name>
|
||||
|
||||
@@ -225,5 +225,5 @@ public class WeixinComponentProxy {
|
||||
authAppId), component(componentId).getTokenManager());
|
||||
}
|
||||
|
||||
public final static String VERSION = "1.7.6";
|
||||
public final static String VERSION = "1.7.7";
|
||||
}
|
||||
|
||||
@@ -2182,5 +2182,5 @@ public class WeixinProxy {
|
||||
return commentApi.deleteCommentReply(msgid, index, commentId);
|
||||
}
|
||||
|
||||
public final static String VERSION = "1.7.6";
|
||||
public final static String VERSION = "1.7.7";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user