goProject/.svn/pristine/51/51e48b01a62c7b4795266420a89faf8955b3a29c.svn-base
2025-01-06 16:21:36 +08:00

14 lines
304 B
Plaintext

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