设备激活二维码打印相关接口

This commit is contained in:
mi9688
2024-12-11 12:59:37 +08:00
parent 5e76aa6305
commit 679b651706
4 changed files with 178 additions and 11 deletions

View File

@ -134,6 +134,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter {
.antMatchers("/prod-api/**").permitAll()
.antMatchers("/system/district/tree").permitAll()
.antMatchers("/sse/**").permitAll()
.antMatchers("/common/upload").permitAll()
// 除上面外的所有请求全部需要鉴权认证
.anyRequest().authenticated()