| | |
| | | |
| | | @ApiOperation(value = "根据飞羽监管系统中的场景id,获取与飞羽环境系统中的关联用户") |
| | | @GetMapping |
| | | fun getTZId(@RequestParam("sceneId") sceneId: String) = userMapService.getTZIdBySceneId(sceneId) |
| | | fun getTZId(@RequestParam sceneId: String) = userMapService.getTZIdBySceneId(sceneId) |
| | | |
| | | @ApiOperation(value = "根据飞羽环境系统中的用户id,获取与飞羽监管系统中的关联用户") |
| | | @GetMapping("/scene") |
| | | fun getSceneByTzId(@RequestParam tzUserId: String) = userMapService.getSceneByTZId(tzUserId) |
| | | |
| | | @ApiOperation(value = "获取区域用户的监测设备和飞羽监管系统、飞羽环境系统的匹配记录") |
| | | @PostMapping("/device") |