no message
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -66,7 +66,7 @@ public class SaTokenConfig implements WebMvcConfigurer { | ... | @@ -66,7 +66,7 @@ public class SaTokenConfig implements WebMvcConfigurer { |
| 66 | long time = System.currentTimeMillis(); | 66 | long time = System.currentTimeMillis(); |
| 67 | long period = time-Long.valueOf(timestamp); | 67 | long period = time-Long.valueOf(timestamp); |
| 68 | log.info("period:"+period); | 68 | log.info("period:"+period); |
| 69 | if(period<=60000){ | 69 | if(period<=60000 && period>=-60000){ |
| 70 | 70 | ||
| 71 | } | 71 | } |
| 72 | else{ | 72 | else{ | ... | ... |
-
Please register or sign in to post a comment