feat: 新增流媒体/信令服务状态卡片
This commit is contained in:
5
src/apis/model/biz/nvr/media-server-status.ts
Normal file
5
src/apis/model/biz/nvr/media-server-status.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export interface MediaServerStatus {
|
||||
id: string;
|
||||
ip: string;
|
||||
online: boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user