Commit cae1bf87 authored by lee_mingzhu's avatar lee_mingzhu

remove some log

parent 415ee670
...@@ -34,7 +34,7 @@ public class RequestFilter implements Filter { ...@@ -34,7 +34,7 @@ public class RequestFilter implements Filter {
"/user/login/fast", "/user/reset_password","/user/exist_check", "/user/associate_wechat", "/user/login/fast", "/user/reset_password","/user/exist_check", "/user/associate_wechat",
"/jr58/**","/app/login","/app/login_super", "/wechat/**", "/config/**","/api/**","/user/exists_token", "platform/api/page/return_url" "/jr58/**","/app/login","/app/login_super", "/wechat/**", "/config/**","/api/**","/user/exists_token", "platform/api/page/return_url"
}; };
private static final String UNAUTH_RESULT = JSONObject.toJSONString(JsonResult.buildErrorStateResult("filter登录失败", null)); private static final String UNAUTH_RESULT = JSONObject.toJSONString(JsonResult.buildErrorStateResult("登录失败", null));
@Override @Override
public void init(FilterConfig filterConfig) throws ServletException { public void init(FilterConfig filterConfig) throws ServletException {
......
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