Commit 2a7d877f authored by lee_mingzhu's avatar lee_mingzhu

remove phone_no column

parent 0f0ab055
......@@ -31,10 +31,10 @@ public class RequestFilter implements Filter {
private AntPathMatcher matcher = new AntPathMatcher();
private static final String [] ALLOWED_PATTERNS = {
"/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", "/user/associate_wechat",
"/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("登录失败", null));
private static final String UNAUTH_RESULT = JSONObject.toJSONString(JsonResult.buildErrorStateResult("filter登录失败", null));
@Override
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