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