增加萤石云信息推送接口

This commit is contained in:
wyw
2024-08-19 11:21:16 +08:00
parent e949f4ea20
commit 9343e329ba
3 changed files with 161 additions and 1 deletions

View File

@ -129,7 +129,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter {
// dueros
.antMatchers("/dueros").permitAll()
//安防小板
.antMatchers("/iot/photos","/iot/photos/**").permitAll()
.antMatchers("/iot/photos","/iot/photos/**","/yinghsiyun/webhook").permitAll()
// 除上面外的所有请求全部需要鉴权认证
.anyRequest().authenticated()