goProject/trunk/framework/managecenterModel/sysConfig.go
皮蛋13361098506 1b77f62820 初始化项目
2025-01-06 16:01:02 +08:00

14 lines
304 B
Go

package managecenterModel
// MC系统配置列表对象
type SysConfig struct {
// 新服有效天数
NewServerValidDays int32 `json:"NewServerValidDays"`
// 用户Id
WhiteListServerIds string `json:"WhiteListServerIds"`
//登录本地验证key
DynamicLoginKey string `json:"DynamicLoginKey"`
}