Commit 75dd2e38 authored by lee_mingzhu's avatar lee_mingzhu

add url

parent 45513f7c
...@@ -32,7 +32,7 @@ public class RequestFilter implements Filter { ...@@ -32,7 +32,7 @@ public class RequestFilter implements Filter {
private static final String [] ALLOWED_PATTERNS = { private static final String [] ALLOWED_PATTERNS = {
"/innerapi/**", "/user/exist","/user/register","/user/login","/user/register/fast", "/innerapi/**", "/user/exist","/user/register","/user/login","/user/register/fast",
"/user/login/fast", "/user/reset_password","/user/exist_check", "/user/login/fast", "/user/reset_password","/user/exist_check",
"/jr58/**","/app/login","/config/**","/api/**","/user/exists_token", "platform/api/page/return_url" "/jr58/**","/app/login","/app/login_super","/config/**","/api/**","/user/exists_token", "platform/api/page/return_url"
}; };
private static final String UNAUTH_RESULT = JSONObject.toJSONString(JsonResult.buildErrorStateResult("登录失败", null)); private static final String UNAUTH_RESULT = JSONObject.toJSONString(JsonResult.buildErrorStateResult("登录失败", null));
......
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