7db0327d by chentao

no message

1 parent c7a19b63
...@@ -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{
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!