WeixinTokenComponentCreator

This commit is contained in:
胡金宇 2017-08-31 13:39:23 +08:00
parent 9c305a6012
commit 25d6208828

View File

@ -42,7 +42,7 @@ public class WeixinTokenComponentCreator extends TokenCreator {
@Override
public String uniqueid() {
throw new UnsupportedOperationException();
return String.format("%s,%s", perTicketManager.getThirdId(), perTicketManager.getAuthAppId());
}
@Override