Showing
1 changed file
with
1 additions
and
0 deletions
@@ -99,6 +99,7 @@ public class YtConfigurationCenterController extends BaseController { | @@ -99,6 +99,7 @@ public class YtConfigurationCenterController extends BaseController { | ||
99 | 99 | ||
100 | @GetMapping("/get_configuration_info/{id}") | 100 | @GetMapping("/get_configuration_info/{id}") |
101 | @ApiOperation("获取组态信息") | 101 | @ApiOperation("获取组态信息") |
102 | + @PreAuthorize("@check.checkPermissions({'TENANT_ADMIN','CUSTOMER_USER'},{'api:yt:configuration:center:get_configuration_info:get'})") | ||
102 | public ResponseEntity<ConfigurationContentInfoDTO> getConfigurationInfos( | 103 | public ResponseEntity<ConfigurationContentInfoDTO> getConfigurationInfos( |
103 | @PathVariable("id") String id) throws ThingsboardException { | 104 | @PathVariable("id") String id) throws ThingsboardException { |
104 | return ResponseEntity.ok( | 105 | return ResponseEntity.ok( |