docs(nacos): 前缀 social → thirdparty,匹配 OAuth2ServerConfig 改动

This commit is contained in:
2026-06-07 16:15:08 +08:00
parent 856e16beff
commit ae78e0f673
+2 -2
View File
@@ -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:}