fix: 暴露参数cryptoApi用户接口加密

This commit is contained in:
TsMask
2025-01-17 15:50:36 +08:00
parent 1e99bb4be8
commit cd88eaea61

View File

@@ -43,6 +43,8 @@ func (s *Commont) SystemConfigInfo() map[string]string {
}
// 用户登录认证
infoMap["loginAuth"] = fmt.Sprint(config.Get("user.loginAuth"))
// 用户接口加密
infoMap["cryptoApi"] = fmt.Sprint(config.Get("user.cryptoApi"))
// 序列号
infoMap["serialNum"] = fmt.Sprint(config.Get("omc.sn"))
// 获取LOGO类型