|
@ -40,6 +40,7 @@ public class LoginFilter implements Filter { |
|
|
"/api/game/auth/loginV3", |
|
|
"/api/game/auth/loginV3", |
|
|
"/api/game/matrix/saveAdvRecord", |
|
|
"/api/game/matrix/saveAdvRecord", |
|
|
"/api/game/matrix/whiteList", |
|
|
"/api/game/matrix/whiteList", |
|
|
|
|
|
"/api/game/matrix/addWhiteList", |
|
|
"/api/game/auth/test"); |
|
|
"/api/game/auth/test"); |
|
|
boolean pass = false; |
|
|
boolean pass = false; |
|
|
Integer userId = null; |
|
|
Integer userId = null; |
|
|