|
@@ -9,7 +9,6 @@ import org.apache.commons.lang3.StringUtils;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.stereotype.Service;
|
|
|
|
|
|
-import com.esotericsoftware.minlog.Log;
|
|
|
import com.google.common.collect.Lists;
|
|
|
import com.google.common.collect.Sets;
|
|
|
|
|
@@ -422,7 +421,6 @@ public class AuthServiceImpl implements AuthService {
|
|
|
}
|
|
|
|
|
|
long currentTimeMillis = System.currentTimeMillis();
|
|
|
- Log.debug("currentTimeMillis = " + currentTimeMillis);
|
|
|
if (Math.abs(currentTimeMillis - timestampLong) > thirdPartyAccess.getTimeRange()) {
|
|
|
throw new StatusException("B-001203", "timestamp超出时间差范围");
|
|
|
}
|