|
@@ -1,7 +1,6 @@
|
|
|
package com.dt.intercepter;
|
|
|
|
|
|
|
|
|
-
|
|
|
import com.dt.config.ApiException;
|
|
|
import com.dt.config.CommonContants;
|
|
|
import com.dt.config.NonLoginRequired;
|
|
@@ -32,7 +31,6 @@ public class AuthIntercepter implements HandlerInterceptor {
|
|
|
|
|
|
public AuthIntercepter() {
|
|
|
|
|
|
-
|
|
|
}
|
|
|
|
|
|
public boolean preHandle(HttpServletRequest request, HttpServletResponse response,Object handle)
|