From 3efa68d3ffe45765b7c56ba5b42bab3c606a279c Mon Sep 17 00:00:00 2001 From: EUForest Date: Sun, 12 Oct 2025 17:36:30 +0800 Subject: [PATCH] update: get global config --- internal/logic/common/getGlobalConfigLogic.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/logic/common/getGlobalConfigLogic.go b/internal/logic/common/getGlobalConfigLogic.go index 6a60039..61b2c1e 100644 --- a/internal/logic/common/getGlobalConfigLogic.go +++ b/internal/logic/common/getGlobalConfigLogic.go @@ -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 {