Commit 89d51b97 authored by muhong's avatar muhong

修改 开放邀请码

parent 3cd30d72
......@@ -66,6 +66,9 @@ public class LoginInterceptor implements HandlerInterceptor {
response.setStatus(HttpServletResponse.SC_UNAUTHORIZED);
response.getWriter().write(JSON.toJSONString(map));
} else {
if (StringUtils.equals(url, "/wx/user/fillCode")) {
return true;
}
Integer loginType = 1;
if (StringUtils.isBlank(token)) {
loginType = 2;
......
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