7db0327d by chentao

no message

1 parent c7a19b63
......@@ -66,7 +66,7 @@ public class SaTokenConfig implements WebMvcConfigurer {
long time = System.currentTimeMillis();
long period = time-Long.valueOf(timestamp);
log.info("period:"+period);
if(period<=60000){
if(period<=60000 && period>=-60000){
}
else{
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!