From ae78e0f6737b7a51e061c6148ae2bb96b560d7ad Mon Sep 17 00:00:00 2001 From: pigeon Date: Sun, 7 Jun 2026 16:15:08 +0800 Subject: [PATCH] =?UTF-8?q?docs(nacos):=20=E5=89=8D=E7=BC=80=20social=20?= =?UTF-8?q?=E2=86=92=20thirdparty=EF=BC=8C=E5=8C=B9=E9=85=8D=20OAuth2Serve?= =?UTF-8?q?rConfig=20=E6=94=B9=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/config-templates/nacos/rui-auth.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/config-templates/nacos/rui-auth.yaml b/backend/config-templates/nacos/rui-auth.yaml index 6039426..106fd12 100644 --- a/backend/config-templates/nacos/rui-auth.yaml +++ b/backend/config-templates/nacos/rui-auth.yaml @@ -8,9 +8,9 @@ server: # 第三方应用通用配置 # 字段定义见 com.rui.common.core.properties.AppProperties -# 每个第三方应用一份独立配置(prefix = app.<平台名>) +# 每个第三方应用一份独立配置(prefix = thirdparty.<平台名>) # 留空表示对应登录方式未启用(Provider 仍会注册,但调用时会失败) -app: +thirdparty: wechat: # 微信开放平台 AppID app-id: ${WECHAT_APP_ID:}