Files
qipai/docs/api-domain-test-report.md
2026-06-15 16:42:42 +08:00

24 lines
1.4 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# API 域名测试报告
| 环境 | 检查项 | 命令/步骤 | 期望 | 实际 | 结果 | 时间 |
|---|---|---|---|---|---|---|
| Windows | DNS/HTTPS | `scripts/dev/windows/check-api-domain.ps1` | PASS 或明确 WARN | 脚本已生成,待执行 | - | 2026-06-15 |
| WSL | TLS/健康接口/Certbot | `setup.sh --https``scripts/dev/wsl/check-api-domain.sh` | PASS 或明确 WARN | DNS 已解析到 `101.42.38.246`TLS 证书主题为 `CN=git.txyundm.cn``/health``/app-api/health``/admin-api/health` 不可达;Certbot 生产项未安装 | WARN | 2026-06-15 |
| Ubuntu | Nginx/证书/公开 API/Certbot | `setup.sh` 菜单 4 或 `setup.sh --https` | PASS 或明确 WARN | 检查脚本已生成,生产未执行 | - | 2026-06-15 |
| 微信开发者工具 | request/upload/download | 关闭忽略合法域名 | 成功 | 未执行 | - | - |
| 微信真机 | 登录/上传/下载/下单/开门 | 体验版 | 成功 | 未执行 | - | - |
## 生产产物扫描
- 后端:未生成
- 后台 dist:未生成
- 小程序:未导入
- 是否发现旧域名/HTTP/IP/localhost:待扫描
## 问题与修复
- 已补充 Windows 域名检查脚本、Ubuntu 菜单第 4 项检查和 Nginx 模板。
- 已补充 Certbot 检查脚本和生产管理员命令说明。
- 生产 DNS、证书、Nginx 启用和健康接口仍未完成,不能标记为通过。
- `api.txyundm.cn` 当前解析正常,但证书和健康接口不满足 API 验收要求。