【fix sonar】SignAuthInterceptor文件

This commit is contained in:
梁琦涛
2023-03-06 15:01:45 +08:00
parent aec798bf43
commit 444ae3cee1
@@ -27,7 +27,7 @@ public class SignAuthInterceptor implements HandlerInterceptor {
/**
* 5分钟有效期
*/
private final static long MAX_EXPIRE = 5 * 60;
private static final long MAX_EXPIRE = 5 * 60L;
@Override
public boolean preHandle(HttpServletRequest request, HttpServletResponse response, Object handler) throws Exception {