forked from dyf/fys-Multi-tenant
修改获取实时状态类型
This commit is contained in:
@ -1,6 +1,5 @@
|
||||
package com.fuyuanshen.web.controller.device;
|
||||
|
||||
import com.alibaba.fastjson2.JSONObject;
|
||||
import com.fuyuanshen.app.domain.dto.APPReNameDTO;
|
||||
import com.fuyuanshen.app.domain.dto.AppRealTimeStatusDto;
|
||||
import com.fuyuanshen.app.domain.vo.APPDeviceTypeVo;
|
||||
@ -142,7 +141,7 @@ public class DeviceControlCenterController extends BaseController {
|
||||
}
|
||||
|
||||
/**
|
||||
* 历史轨迹导出
|
||||
* 历史轨迹播放
|
||||
*/
|
||||
@GetMapping("/getLocationHistoryDetail")
|
||||
public R<List<LocationHistoryDetailVo>> getLocationHistoryDetail(Long id) {
|
||||
|
||||
Reference in New Issue
Block a user