Commit 3f943d65 authored by suhuiguang's avatar suhuiguang

1.增加url-全景监控

parent 4286255e
......@@ -80,9 +80,9 @@ public class View3dController extends BaseController {
return CommonResponseUtil.success(view3dService.getSafetyIndexInfoByDate(orgCode,date));
}
@GetMapping(value = "safetyIndex/detail/{type}")
public CommonResponse SafetyIndexDetail(@PathVariable String type){
;
@ApiOperation(value = "今日安全指数详情",notes = "risk-风险异常,check-巡检异常,equipProblem-设备故障")
@GetMapping(value = "/safetyIndex/detail/{type}")
public CommonResponse getSafetyIndexDetail(@PathVariable String type){
return CommonResponseUtil.success(view3dService.getSafetyIndexDetail(type));
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment