update: get global config

This commit is contained in:
EUForest 2025-10-12 17:36:30 +08:00
parent 46e6a9784d
commit 3efa68d3ff

View File

@ -74,6 +74,7 @@ func (l *GetGlobalConfigLogic) GetGlobalConfig() (resp *types.GetGlobalConfigRes
}
}
}
resp.OAuthMethods = methods
webAds, err := l.svcCtx.SystemModel.FindOneByKey(l.ctx, "WebAD")
if err != nil {