From eef73867db718d4a6b706d591508d3e22c9949df Mon Sep 17 00:00:00 2001 From: liuxiaolong <liuxiaolong@aiotlink.com> Date: 星期二, 04 八月 2020 15:26:43 +0800 Subject: [PATCH] update esutil --- controllers/camera.go | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/controllers/camera.go b/controllers/camera.go index 56a2ad4..fc7a82c 100644 --- a/controllers/camera.go +++ b/controllers/camera.go @@ -165,6 +165,8 @@ //2019-11-02鏂板闇�姹傦紝鏄剧ず姣忎釜鎽勫儚鏈虹殑澶勭悊鏈嶅姟鍣ㄤ俊鎭�,褰掑睘鐨勮妭鐐规湇鍔″櫒鍚嶇О m := util.Struct2Map(camera) m["runServerName"] = "" + m["voiceEnable"] = camera.VoiceEnable + m["voiceId"] = camera.VoiceId m["resolution_width"] = camera.ResolutionWidth m["resolution_height"] = camera.ResolutionHeight //鎽勫儚鏈哄垎杈ㄧ巼 -- Gitblit v1.8.0