|
@ -239,7 +239,7 @@ public class DetectionPlatformEndpoint extends EnvelopRestEndpoint {
|
|
|
}
|
|
|
|
|
|
@GetMapping(value = "deviceAndService")
|
|
|
@ApiOperation(value = "物联网检测大屏,设备种类 安防服务")
|
|
|
@ApiOperation(value = "物联网检测大屏,设备种类 安防服务")
|
|
|
public ObjEnvelop deviceAndService(){
|
|
|
try {
|
|
|
return success("查询成功",200, platformService.deviceAndService());
|