cloudroam
2024-12-30 b9903ead016b8b1aa68eb04b48fca3b53fdab0d3
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()