陶杰
2024-12-31 dc885d07f9f62c60ac90dbd0c44c5fdbb0b00486
src/main/java/com/mzl/flower/config/ResourceServerConfig.java
@@ -37,6 +37,9 @@
        httpSecurity
                .authorizeRequests()
                .antMatchers("/api/login/**").permitAll()
                .antMatchers("/api/wx/getuserphonenumber").permitAll()
                .antMatchers("/api/wx/jscode2session").permitAll()
                .antMatchers("/api/wx/getExistUserByOpenId").permitAll()
                .antMatchers("/api/pub/**").permitAll()
                .antMatchers("/api/advertisement/**").permitAll()
                .antMatchers("/api/ua/**").permitAll()