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/syssetcont.go |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/controllers/syssetcont.go b/controllers/syssetcont.go
index 61a4116..4c98c36 100644
--- a/controllers/syssetcont.go
+++ b/controllers/syssetcont.go
@@ -34,9 +34,9 @@
 type Gb28181ConfigVo struct {
 	Id string `json:"Id"`
 	ServerIp string `json:"ServerIp" example:"鍥芥爣鏈嶅姟鍣↖P"`
-	ServerPort int `json:"ServerPort" example:"鏈嶅姟鍣ㄧ鍙�:8060"`
-	PublicId string `json:"PublicId" example:"鍥芥爣鏈嶅姟鍣↖d"`
-	GbServerPort int `json:"GbServerPort" example:"鍥芥爣鏈嶅姟绔彛:7060"`
+	ServerPort int `json:"ServerPort" example:"骞冲彴鏈嶅姟绔彛:7060"`
+	PublicId string `json:"PublicId" example:"骞冲彴鏈嶅姟Id"`
+	GbServerPort int `json:"GbServerPort" example:"鍥芥爣鏈嶅姟绔彛:8060"`
 	IsAuth bool `json:"IsAuth" example:"鏄惁寮�鍚壌鏉�:true"`
 	Password string `json:"Password" example:"瀵嗙爜"`
 	UpdateTime string `json:"UpdateTime"`

--
Gitblit v1.8.0