upgrade to 1.7.9
This commit is contained in:
@@ -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