diff --git a/app/config.py b/app/config.py index f86b8e4..dfb55ca 100644 --- a/app/config.py +++ b/app/config.py @@ -185,7 +185,7 @@ class Settings(BaseSettings): ) EDUBRAIN_BASE_URL: str = Field( default="http://localhost:8765", - description="EduBrain 服务地址(供企业微信机器人调用搜索接口)", + description="EduBrain 后端服务地址,企业微信机器人通过此地址调用后端 API(搜索/OCR识别等)。当机器人与后端部署在同一台机器时使用默认值 http://localhost:8765;若机器人独立部署到其他服务器,需改为后端的实际访问地址(如 http://192.168.1.100:8765)", ) # ──────────────────────────── 属性方法 ────────────────────────────