fix
liuxiaolong
2019-11-13 263c7b18ce7f18f1222318f6e0e499e907895a52
controllers/syssetcont.go
@@ -6,6 +6,7 @@
   "regexp"
   "webserver/extend/code"
   "webserver/extend/config"
   "webserver/extend/sys"
   "webserver/extend/util"
)
@@ -43,6 +44,14 @@
   UpdateTime string `json:"UpdateTime"`
}
type SysClockConfigVo struct {
   TimeZone  string `json:"timeZone" example:"时区"`
   NTP       bool   `json:"ntp" example:"NTP校时"`
   NTPServer string `json:"ntpServer" example:"NTP服务器地址"`
   Interval  int    `json:"interval" example:"自动校时间隔"`
   NewTime   string `json:"newTime" example:"手动指定时间"`
}
// @Security ApiKeyAuth
// @Summary 基础设置查询
// @Description 基础设置查询