From 2dd1fa03c93b400ff1e8e4f44e27387965e4daa7 Mon Sep 17 00:00:00 2001 From: liuxiaolong <736321739@qq.com> Date: 星期四, 19 九月 2019 17:23:59 +0800 Subject: [PATCH] get ip,port config from db,update realtime --- controllers/camera.go | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/controllers/camera.go b/controllers/camera.go index e16b611..352f648 100644 --- a/controllers/camera.go +++ b/controllers/camera.go @@ -19,6 +19,7 @@ type CameraVo struct { Id string `json:"id"` Name string `json:"name"` + Alias string `json:"alias"` //鎽勫儚鏈虹殑鍒悕 Type int `json:"type" ` Addr string `json:"addr"` Areaid string `json:"areaid"` -- Gitblit v1.8.0