瀏覽代碼

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

yumeng 5 年之前
父節點
當前提交
6207b4dbb5
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      module-common/src/main/java/cn/com/ctop/common/module/entity/CtopOauthToken.java

+ 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;
     }