Commit 32c796b9 authored by 谢希宇's avatar 谢希宇

Aidea product update by Strive Date 2020-10-19

parent 8bc71acd
......@@ -48,7 +48,7 @@ public class JwtSecurityFilter implements Filter {
public void doFilter(ServletRequest request, ServletResponse response, FilterChain chain ) throws IOException, ServletException {
HttpServletRequest httpRequest = ( HttpServletRequest )request;
HttpServletResponse httpResponse = ( HttpServletResponse )response;
if(httpRequest.getRequestURI().endsWith("/mobile/wxjs/oauth"))
if(httpRequest.getRequestURI().endsWith("/mobile/auth"))
{
chain.doFilter( request, response );
return;
......
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