Selaa lähdekoodia

Merge branch 'dev' into 'mp-server-test'

渠道邀请码

See merge request quanshu/mp-server!79
zhong chunping 3 vuotta sitten
vanhempi
commit
64b0b4f63b

+ 2 - 1
mp-framework/src/main/java/com/qs/mp/framework/config/SecurityConfig.java

@@ -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,
                         "/",