libushang 2 周之前
父節點
當前提交
723ea17db0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      routers/api/videoResource/avcon.py

+ 1 - 1
routers/api/videoResource/avcon.py

@@ -307,7 +307,7 @@ async def get_drone_tree(
             }
 
         elif equipment == '单兵设备':
-            data = AvconH5API.get_search_region("移动视频")
+            data = AvconH5API.get_search_region("无人机视频")
             if data is not None:
                 result1 = []
                 fomat_device_result(data[0], result1)