Revert API base URL to store.bushrose.cn
This commit is contained in:
parent
c761c08c41
commit
add890f9da
2
SKILL.md
2
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` 作为基础地址。
|
||||
|
||||
## 执行流程总览
|
||||
|
||||
@ -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:
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
## 服务器相关
|
||||
|
||||
### Q: 无法连接到 STORE_BASE_URL (如 https://gzh.bushrose.cn)
|
||||
### Q: 无法连接到 STORE_BASE_URL (如 https://store.bushrose.cn)
|
||||
**原因**:Flask 服务器未启动或域名解析问题
|
||||
**解决**:
|
||||
确认后台服务器已正确部署并运行,如需本地测试,可运行:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user