Files
starRiverProperty/backend/cw-elevator-application/docs/elevator-api-parity/REPORT-TEMPLATE.md
T
hpd840321 7b2bd307f1 Initial commit: reorganized source tree
- backend/: 13 Maven modules (cw-elevator-application, cloudwalk-cloud, intelligent-cwoscomponent, ninca-crk, etc.)
- frontend/: 4 Vue projects (elevator-front, cwos-portal, alarm-front, front_acs) + decompiled + scripts
- scripts/: build, test-env, tools (Docker Compose, service templates, API parity)
- docs/: AGENTS.md, superpowers specs, architecture docs
- .gitignore: standard Java/Maven exclusions

Moved from legacy maven-*/ root layout to backend/ organized structure.
2026-05-09 09:56:45 +08:00

29 lines
896 B
Markdown
Raw 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 新旧版本对拍报告
- **报告生成时间**:(由脚本自动写入)
- **新版权益端 Base URL**
- **历史基线端 Base URL**
## 结论摘要
| 项 | 值 |
|----|-----|
| 总用例 | |
| 通过 | |
| 失败/跳过 | |
| 可上线建议 | **通过/不通过/条件通过**(人工确认) |
## 逐条用例
| 名称 | 方法+路径 | HTTP(旧) | HTTP(新) | JSON 等值 | 备注 |
|------|-----------|----------|----------|------------|------|
| (表格由 `generate_report.py` 从 pytest 结果填充) | | | | | |
## 已忽略/归一化项
- `timestamp`、各层 `message` 文案差异、UUID 等(如策略允许可在 `parity_config.yaml` 配置)。
## 未启动实例时的说明
- 若出现「基线/新版无法连接健康检查」,对拍不执行,需在本机或联调机启动两 JAR 后重跑。