增加DNS套餐相关数据

This commit is contained in:
GoEdgeLab
2022-09-13 10:49:58 +08:00
parent f1c5328df9
commit 88e63c2c99
6 changed files with 62 additions and 1 deletions

View File

@@ -51,6 +51,7 @@ func (this *SysSettingService) ReadSysSetting(ctx context.Context, req *pb.ReadS
systemconfigs.SettingCodeUserUIConfig,
systemconfigs.SettingCodeNSUserConfig,
systemconfigs.SettingCodeUserOrderConfig,
systemconfigs.SettingCodeServerGlobalConfig,
}, req.Code) {
return nil, errors.New("can not read setting code '" + req.Code + "'")
}