Преглед на файлове

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

渠道邀请码

See merge request quanshu/mp-server!79
zhong chunping преди 3 години
родител
ревизия
64b0b4f63b
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      mp-framework/src/main/java/com/qs/mp/framework/config/SecurityConfig.java

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