upgrade to 1.7.9
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>com.foxinmy</groupId>
|
||||
<artifactId>weixin4j</artifactId>
|
||||
<version>1.7.8</version>
|
||||
<version>1.7.9</version>
|
||||
</parent>
|
||||
<artifactId>weixin4j-mp</artifactId>
|
||||
<name>weixin4j-mp</name>
|
||||
|
||||
@@ -212,5 +212,5 @@ public class WeixinComponentProxy {
|
||||
component(componentId).getTokenManager());
|
||||
}
|
||||
|
||||
public final static String VERSION = "1.7.8";
|
||||
public final static String VERSION = "1.7.9";
|
||||
}
|
||||
|
||||
@@ -2202,5 +2202,5 @@ public class WeixinProxy {
|
||||
return commentApi.deleteCommentReply(msgid, index, commentId);
|
||||
}
|
||||
|
||||
public final static String VERSION = "1.7.8";
|
||||
public final static String VERSION = "1.7.9";
|
||||
}
|
||||
|
||||
+1
-1
@@ -42,7 +42,7 @@ public class WeixinTokenComponentCreator extends TokenCreator {
|
||||
|
||||
@Override
|
||||
public String uniqueid() {
|
||||
return String.format("%s,%s", perTicketManager.getThirdId(), perTicketManager.getAuthAppId());
|
||||
return String.format("%s_%s", perTicketManager.getThirdId(), perTicketManager.getAuthAppId());
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user