Commit 0e173368 authored by lijd's avatar lijd

过滤掉actuator测试接口,

parent fb8a0945
...@@ -52,7 +52,8 @@ public class CheckCustomToken { ...@@ -52,7 +52,8 @@ public class CheckCustomToken {
"/app/driverBackend/account/carrier/list".equals(url) || "/app/driverBackend/account/carrier/list".equals(url) ||
"/app/driverBackend/account/login/check/phone".equals(url) || "/app/driverBackend/account/login/check/phone".equals(url) ||
"/app/driverBackend/grab/find/list".equals(url) || "/app/driverBackend/grab/find/list".equals(url) ||
"/app/driverBackend/password/reset".equals(url)) { "/app/driverBackend/password/reset".equals(url) ||
"/app/esvActuator/health/diskSpace".equals(url)) {
//此类接口不校验token //此类接口不校验token
return; return;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment