|
@@ -107,7 +107,8 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter
|
|
|
"/auth/mobile",
|
|
|
"/wxlogin",
|
|
|
"/api/v1/mp/sms/sendSmsCode",
|
|
|
- "/api/v1/mp/user/wxauth/mobile").anonymous()
|
|
|
+ "/api/v1/mp/user/wxauth/mobile",
|
|
|
+ "/api/v1/mp/channel/invite/register").anonymous()
|
|
|
.antMatchers(
|
|
|
HttpMethod.GET,
|
|
|
"/",
|