From c28ecf5f18443f8b0c5faa50afcaa12abd8f2d10 Mon Sep 17 00:00:00 2001 From: chenshijun <csj_sky@126.com> Date: 星期三, 23 十月 2019 19:07:32 +0800 Subject: [PATCH] 设置平台信息返回值debug --- entites.go | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/entites.go b/entites.go index 5406f40..0feb2ac 100644 --- a/entites.go +++ b/entites.go @@ -8,6 +8,12 @@ RtspServrPort int `json:"rtspservrport"` //RTSP鏈嶅姟鐨勭鍙� HTTPClientIP string `json:"httpclientip"` //HTTP瀹㈡埛绔殑ip锛堢敤浜庢姤璀﹂�氱煡锛屼竴鑸笉璁剧疆锛� HTTPClientPort int `json:"httpclientport"` //HTTP瀹㈡埛绔殑绔彛锛堢敤浜庢姤璀﹂�氱煡锛屼竴鑸笉璁剧疆锛� + RegisterAuth bool `json:"registerauth"` //鏄惁鍚敤娉ㄥ唽閴存潈 榛樿鍚敤 + Md5Auth bool `json:"md5auth"` //鏄惁鍚敤MD5閴存潈 榛樿鍚敤 + DbAuth bool `json:"dbauth"` //鏄惁鍚敤鏁版嵁搴撻壌鏉� 榛樿涓嶅惎鐢� + GbUsername string `json:"gbusername"` //鍥芥爣閴存潈鐢ㄦ埛鍚� + GbPasswd string `json:"gbpasswd"` //鍥芥爣閴存潈瀵嗙爜 + NatIP string `json:"natip"` //绌跨綉ip } //GbResult 杩斿洖鍊间俊鎭� -- Gitblit v1.8.0