diff --git a/SKILL.md b/SKILL.md index 6ba4b78..4e1fc53 100644 --- a/SKILL.md +++ b/SKILL.md @@ -7,7 +7,7 @@ "帮我买xxx"、"购买xxx"、"下载xxx"、"逛商城"、"看看有什么软件" ## 环境变量与配置 -- **STORE_BASE_URL**:`https://gzh.bushrose.cn` *(注:投产时仅需修改此处这一处地址即可)* +- **STORE_BASE_URL**:`https://store.bushrose.cn` *(注:投产时仅需修改此处这一处地址即可)* - 所有的 OpenAPI 接口调用及页面访问请以 `STORE_BASE_URL` 作为基础地址。 ## 执行流程总览 diff --git a/references/openapi.yaml b/references/openapi.yaml index 42ab6b8..edbba9e 100644 --- a/references/openapi.yaml +++ b/references/openapi.yaml @@ -4,7 +4,7 @@ info: description: 面向 Agent 提供的数字化商品商城接口,支持商品搜索、下单、HTTP 402 A2Apay 支付及交付验证。 version: 1.0.0 servers: - - url: https://gzh.bushrose.cn # 部署后请替换为您的真实域名 + - url: https://store.bushrose.cn # 部署后请替换为您的真实域名 paths: /api/software: get: diff --git a/references/troubleshooting.md b/references/troubleshooting.md index ebbaa0a..85205b5 100644 --- a/references/troubleshooting.md +++ b/references/troubleshooting.md @@ -57,7 +57,7 @@ ## 服务器相关 -### Q: 无法连接到 STORE_BASE_URL (如 https://gzh.bushrose.cn) +### Q: 无法连接到 STORE_BASE_URL (如 https://store.bushrose.cn) **原因**:Flask 服务器未启动或域名解析问题 **解决**: 确认后台服务器已正确部署并运行,如需本地测试,可运行: