Revert API base URL to store.bushrose.cn

This commit is contained in:
Axure Cloud 2026-06-25 03:37:08 +08:00
parent c761c08c41
commit add890f9da
3 changed files with 3 additions and 3 deletions

View File

@ -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` 作为基础地址。
## 执行流程总览

View File

@ -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:

View File

@ -57,7 +57,7 @@
## 服务器相关
### Q: 无法连接到 STORE_BASE_URL (如 https://gzh.bushrose.cn)
### Q: 无法连接到 STORE_BASE_URL (如 https://store.bushrose.cn)
**原因**Flask 服务器未启动或域名解析问题
**解决**
确认后台服务器已正确部署并运行,如需本地测试,可运行: