|
@@ -71,7 +71,7 @@ public class RequestSignatureInterceptor implements HandlerInterceptor {
|
|
|
logger.info("url: {} do not intercepted!, method={}", path, request.getMethod());
|
|
|
return true;
|
|
|
}
|
|
|
- else if(path.endsWith("/heatBeat")){
|
|
|
+ else if(path.endsWith("/heartBeat")){
|
|
|
//heartBeat请求不拦截
|
|
|
logger.info("url: {} do not intercepted!", path);
|
|
|
return true;
|