增加DNS套餐相关数据

This commit is contained in:
刘祥超
2022-09-13 10:49:58 +08:00
parent 5386b30eba
commit d1f8e7e757
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 + "'")
}