From 774158ff1644cacc279d84115cc8aaeb40589ce3 Mon Sep 17 00:00:00 2001
From: liuxiaolong <liuxiaolong@aiotlink.com>
Date: 星期二, 12 一月 2021 11:30:35 +0800
Subject: [PATCH] 调整DoDelete的参数问题

---
 entites.go |   11 ++++-------
 1 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/entites.go b/entites.go
index 762b731..9d5c3ca 100644
--- a/entites.go
+++ b/entites.go
@@ -13,10 +13,7 @@
 	Name      string     `json:"name"`
 	IsAI      bool       `json:"isAI"`
 	Treenodes []TreeMenu `json:"children"`
-}
-
-type TreeNode struct {
-	Id       int
-	Name     string
-	Parentid int
-}
+	CameraType int       `json:"cameraType"`//0:鏈湴鎽勫儚鏈猴紝1锛氬浗鏍囨憚鍍忔満
+	IsRunning bool       `json:"isRunning"`//鏄惁姝e湪瑙g爜
+	Rtsp      string     `json:"rtsp"`
+}
\ No newline at end of file

--
Gitblit v1.8.0