Browse Source

修改刷新token 更新头条创建时间

yumeng 5 years ago
parent
commit
6207b4dbb5

+ 0 - 1
module-common/src/main/java/cn/com/ctop/common/module/entity/CtopOauthToken.java

@@ -133,7 +133,6 @@ public class CtopOauthToken {
         Date now = new Date();
         this.accessTokenExpiresIn = addSecond(now, expiresIn);
         this.refreshTokenExpiresIn = addSecond(now, refreshTokenExpiresIn);
-        this.createTime = now;
         this.updateTime = now;
     }