1.1
tj
2025-06-05 77c1b2e42b966f6ac3781efceb2cffdd590addec
src/main/java/com/mzl/flower/config/ResourceServerConfig.java
@@ -55,6 +55,9 @@
                .antMatchers("/api/customer/flower/list/view").permitAll()
                .antMatchers("/api/customer/flower/up/stock").permitAll()
                .antMatchers("/api/filmset/**").permitAll()
                .antMatchers("/api/filmWorks/**").permitAll()
                .antMatchers("/api/film/category/**").permitAll()
                .antMatchers("/api/filmLocation/**").permitAll()
                .antMatchers("api/pub/customer/home/**").permitAll()
                .antMatchers("/api/customer/point/goods/**").permitAll()
                .antMatchers("/api/upload/oss/file").permitAll()
@@ -73,6 +76,8 @@
//                 短信
                .antMatchers("/v2/tos/sms/**").permitAll()
                .antMatchers("/api/film/category/list").permitAll()
                .antMatchers("/api/**").authenticated();//配置访问控制,必须认证过后才可以访问
    }