傅行帆 5 anni fa
parent
commit
b0d2c2ab09

+ 1
- 1
src/main/java/com/huiju/estateagents/interceptor/AccessInterceptor.java Vedi File

@@ -50,7 +50,7 @@ public class AccessInterceptor implements HandlerInterceptor {
50 50
     
51 51
     private String[] whiteList = {
52 52
             "/wx/chat", // 聊天暂时不鉴权
53
-            "/api/wx/",
53
+            "/api/wx/login",
54 54
             "/api/wx/tdCity",
55 55
             "/api/wx/preload",
56 56
             "/api/admin/signin",