|
@@ -15,7 +15,7 @@ public interface RemoteTsdbProxyService {
|
|
|
/**
|
|
|
* 设备实时数据查询
|
|
|
*/
|
|
|
- @PostMapping("/lastQuery")
|
|
|
+ @PostMapping("/last")
|
|
|
List<LastInnerResultVO> last(@RequestBody LastInnerQueryVO requestVO);
|
|
|
|
|
|
/**
|
|
@@ -31,7 +31,7 @@ public interface RemoteTsdbProxyService {
|
|
|
* @param requestVO
|
|
|
* @return
|
|
|
*/
|
|
|
- @PostMapping("/last")
|
|
|
+ @PostMapping("/externalLast")
|
|
|
List<LastResultVO> queryLastDeviceData(@RequestBody LastRequestVO requestVO);
|
|
|
|
|
|
/**
|