소스 검색

数据趋势图

cqpCow 1 년 전
부모
커밋
ae7db8614a
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      routes/api.php

+ 2 - 1
routes/api.php

@@ -78,7 +78,8 @@ Route::group(['middleware'=> ['checkLogin']],function ($route){
     $route->any('screenRemoveDevice', 'Api\ScreenController@screenRemoveDevice');//仓移除设备
     $route->any('screenDeviceDataRealTimeList', 'Api\ScreenController@screenDeviceDataRealTimeList');//仓设备实时数据列表
     $route->any('screenDeviceDataRealTimeList', 'Api\ScreenController@screenDeviceDataRealTimeList');//仓设备实时数据列表
-    $route->any('screenTrendChart', 'Api\ScreenController@screenTrendChart');//历史数据
+    $route->any('screenTrendChart', 'Api\ScreenController@screenTrendChart');//数据趋势图
+    $route->any('screenHistoryList', 'Api\ScreenController@screenHistoryList');//历史数据
     $route->any('screenGps', 'Api\ScreenController@screenGps');//gps定位
 
     //操作日志