Browse Source

/heatBeart -> /heartBeat

xuchaolang 6 years ago
parent
commit
313c021e60

+ 1 - 1
rankin-api-web/src/main/java/cn/rankin/apiweb/intercepter/RequestSignatureInterceptor.java

@@ -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;