视频组件自定义

This commit is contained in:
2026-06-03 17:17:44 +08:00
parent b1aa844ff6
commit 60ecdf140b
17 changed files with 626 additions and 64 deletions

View File

@@ -230,8 +230,6 @@ interface ApiService {
@Query("deviceId") deviceId: String,
@Query("pageNum") pageNum: String="1",
@Query("pageSize") pageSize: String="10",
@Query("startTime") startTime: String? = null,
@Query("endTime") endTime: String? = null
): DeviceAlarmResponse