liuxiaolong
2019-07-10 b9a5985f43429850d4a8538462df2b49071c23cc
fix PublicId
1个文件已修改
16 ■■■■ 已修改文件
controllers/syssetcont.go 16 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
controllers/syssetcont.go
@@ -29,14 +29,14 @@
}
type Gb28181ConfigVo struct {
    Id string `json:"Id" gorm:"primary_key" `
    ServerIp string `json:"ServerIp" example:"国标服务器IP" gorm:"column:ServerIp"`
    ServerPort int `json:"ServerPort" example:"服务器端口:8060" gorm:"column:ServerPort"`
    PublicId string `json:"ServerId" example:"国标服务器Id" gorm:"column:PublicId"`
    GbServerPort int `json:"GbServerPort" example:"国标服务端口:7060" gorm:"column:GbServerPort"`
    IsAuth bool `json:"IsAuth" example:"是否开启鉴权:true" gorm:"column:IsAuth"`
    Password string `json:"Password" example:"密码" gorm:"column:Password"`
    UpdateTime string `json:"UpdateTime" gorm:"column:UpdateTime"`
    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"`
    IsAuth bool `json:"IsAuth" example:"是否开启鉴权:true"`
    Password string `json:"Password" example:"密码"`
    UpdateTime string `json:"UpdateTime"`
}
// @Summary 存储信息查询