@@ -93,7 +93,7 @@ public class SignVerifyAspect {
return false;
}
Long time = new Date().getTime();
- if(time< timestamp || time -timestamp >1000 * 60 *5){
+ if(Math.abs( time -timestamp) >1000 * 60 *5){
log.info("checkSign-time--sign:{},appId:{},appIdValue:{},privateKey:{}",sign,appId,appIdValue,privateKey);