From 00b8ac80b4f5689fdfe1fb39a0f2558735bfa39b Mon Sep 17 00:00:00 2001
From: liuxiaolong <liuxiaolong@aiotlink.com>
Date: 星期五, 18 十二月 2020 14:44:37 +0800
Subject: [PATCH] fix url

---
 entites.go |   12 +++++-------
 1 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/entites.go b/entites.go
index 37f165a..9d5c3ca 100644
--- a/entites.go
+++ b/entites.go
@@ -11,11 +11,9 @@
 	Id        string     `json:"id" `
 	Type      string     `json:"type"`
 	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