feat: 服务类型 单核心网oc 多核心网mc 租户核心网tc
This commit is contained in:
@@ -55,8 +55,8 @@ func (s SysConfController) Handler(c *gin.Context) {
|
||||
} else {
|
||||
infoMap[constants.LAUNCH_BOOTLOADER] = "true"
|
||||
}
|
||||
// 服务版本
|
||||
infoMap["serverVersion"] = fmt.Sprint(config.Get("serverVersion"))
|
||||
// 服务类型
|
||||
infoMap["serverType"] = fmt.Sprint(config.Get("serverType"))
|
||||
// 用户登录认证
|
||||
infoMap["loginAuth"] = fmt.Sprint(config.Get("serverLoginAuth"))
|
||||
// 用户接口加密
|
||||
|
||||
Reference in New Issue
Block a user