支持通用通道云台控制,支持地图位置编辑

This commit is contained in:
lin
2025-09-24 16:21:02 +08:00
parent 602cd390e0
commit c0ef35c3a0
19 changed files with 2040 additions and 213 deletions

View File

@@ -586,3 +586,15 @@ export function speedPlayback({ channelId, stream, speed}) {
}
})
}
export function getAllForMap({ query, online, hasRecordPlan, channelType }) {
return request({
method: 'get',
url: '/api/common/channel/map/list',
params: {
query: query,
online: online,
hasRecordPlan: hasRecordPlan,
channelType: channelType
}
})
}