设备在线状态逻辑调整,支付下发指令参数调整等
This commit is contained in:
@ -137,6 +137,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter {
|
||||
.antMatchers("/common/upload").permitAll()
|
||||
.antMatchers("/pay/getresult").permitAll()
|
||||
// 除上面外的所有请求全部需要鉴权认证
|
||||
.antMatchers("/device/operation/**").permitAll()
|
||||
.anyRequest().authenticated()
|
||||
|
||||
// // oauth
|
||||
|
Reference in New Issue
Block a user