mirror of
https://github.com/hpd840321/starRiverProperty.git
synced 2026-06-09 16:30:29 +08:00
7b2bd307f1
- 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.
20 lines
887 B
Markdown
20 lines
887 B
Markdown
# 电梯应用 API 新旧对拍报告(示例)
|
|
|
|
- **时间**: 2026-04-25T12:00:00
|
|
- **基线(旧) URL**: `http://127.0.0.1:18080`
|
|
- **新构建 URL**: `http://127.0.0.1:18081`
|
|
|
|
## 用例
|
|
|
|
| 用例 | 方法+路径 | HTTP(旧) | HTTP(新) | 等值 | 说明 |
|
|
| ---- | -------- | -------- | -------- | ---- | ---- |
|
|
| person_add_visitor_min | `POST /elevator/person/add/visitor` | 200 | 200 | Y | 双端 `code` 一致(联调同库同配置时) |
|
|
| person_detail | `POST /elevator/person/detail` | 200 | 200 | Y | 同上 |
|
|
| passrule_page | `POST /elevator/passRule/page` | 200 | 200 | Y | 同上 |
|
|
| record_page | `POST /intelligent/acs/elevator/record/page` | 200 | 200 | Y | 同上 |
|
|
|
|
## 汇总
|
|
|
|
- 通过: 4,不一致: 0。
|
|
- **上线前请人工与联调/业务确认**(本表为结构示例,实跑见 `tools/elevator_api_parity/report/parity-*.md`)。
|