From c761c08c413b2b3cf43444440e2bedcfd1312128 Mon Sep 17 00:00:00 2001 From: Axure Cloud Date: Thu, 25 Jun 2026 03:30:06 +0800 Subject: [PATCH] Update API base URL to gzh.bushrose.cn --- SKILL.md | 2 +- references/openapi.yaml | 2 +- references/troubleshooting.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/SKILL.md b/SKILL.md index 4e1fc53..6ba4b78 100644 --- a/SKILL.md +++ b/SKILL.md @@ -7,7 +7,7 @@ "帮我买xxx"、"购买xxx"、"下载xxx"、"逛商城"、"看看有什么软件" ## 环境变量与配置 -- **STORE_BASE_URL**:`https://store.bushrose.cn` *(注:投产时仅需修改此处这一处地址即可)* +- **STORE_BASE_URL**:`https://gzh.bushrose.cn` *(注:投产时仅需修改此处这一处地址即可)* - 所有的 OpenAPI 接口调用及页面访问请以 `STORE_BASE_URL` 作为基础地址。 ## 执行流程总览 diff --git a/references/openapi.yaml b/references/openapi.yaml index edbba9e..42ab6b8 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://store.bushrose.cn # 部署后请替换为您的真实域名 + - url: https://gzh.bushrose.cn # 部署后请替换为您的真实域名 paths: /api/software: get: diff --git a/references/troubleshooting.md b/references/troubleshooting.md index 85205b5..ebbaa0a 100644 --- a/references/troubleshooting.md +++ b/references/troubleshooting.md @@ -57,7 +57,7 @@ ## 服务器相关 -### Q: 无法连接到 STORE_BASE_URL (如 https://store.bushrose.cn) +### Q: 无法连接到 STORE_BASE_URL (如 https://gzh.bushrose.cn) **原因**:Flask 服务器未启动或域名解析问题 **解决**: 确认后台服务器已正确部署并运行,如需本地测试,可运行: