liuxiaolong
2019-09-18 711e90df27648aff82eda78d16dbbc159cceb625
controllers/syssetcont.go
@@ -34,9 +34,9 @@
type Gb28181ConfigVo struct {
   Id string `json:"Id"`
   ServerIp string `json:"ServerIp" example:"国标服务器IP"`
   ServerPort int `json:"ServerPort" example:"服务器端口:8060"`
   PublicId string `json:"PublicId" example:"国标服务器Id"`
   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"`