refactor: CP 调整access token刷新策略

This commit is contained in:
Daniel Qian
2015-01-20 14:13:11 +08:00
parent 1bca854b52
commit 1daf3a63a1
6 changed files with 70 additions and 65 deletions

View File

@@ -16,7 +16,7 @@ class WxCpDemoInMemoryConfigStorage extends WxCpInMemoryConfigStorage {
@Override
public String toString() {
return "SimpleWxConfigProvider [appidOrCorpid=" + corpId + ", corpSecret=" + corpSecret + ", accessToken=" + accessToken
+ ", expiresIn=" + expiresIn + ", token=" + token + ", aesKey=" + aesKey + "]";
+ ", expiresTime=" + expiresTime + ", token=" + token + ", aesKey=" + aesKey + "]";
}