chore(changelog): 回写 #5363 管理后台实现
一些检查失败了
changelog-filename-gate / validate (push) Failing after 2s

修改原因:管理后台已完成派车详情大交通契约适配,需要同步可追溯的前端终态。

修改内容:记录 implemented、v2.1 业务提交和验证边界,同时保留后端未部署及网关未验证状态。

实际验证:业务 pnpm checkpoint 通过;source 仓库 46 项测试全部通过。

Changelog:changelogs-v2/2026-07/31_5363_车务派车详情大交通契约补全-修改接口-管理后台.md
这个提交包含在:
Mimingguang 2026-08-01 10:50:56 +08:00
父节点 faaad27dd2
当前提交 a2fc4f3f42

查看文件

@ -6,13 +6,13 @@ consumer: "admin"
change_type: "修改接口" change_type: "修改接口"
backend_status: "pending" backend_status: "pending"
gateway_status: "pending" gateway_status: "pending"
frontend_status: "claimed" frontend_status: "implemented"
frontend_owner: "Pi" frontend_owner: "Pi"
frontend_ref: "" frontend_ref: "v2.1@f4cac12fff3297fb42e6a217b1764b5408339133"
target_release: "" target_release: ""
verified_at: "" verified_at: "2026-07-31"
status_note: "后端 PR #5365 已合并至 dev-v3merge e8e654a482,但尚未部署或执行网关验证;前端跟踪 #5366 仍为 0/20,本文件继续保持 pending。" status_note: "管理后台已补全大交通交通方式、真实双端路线与 legacy-only fail-closed 展示,checkpoint 通过并推送 f4cac12fff3297fb42e6a217b1764b5408339133;后端 PR #5365 虽已合并,但尚未部署或执行网关验证,因此 backend/gateway 继续保持 pending,前端不宣称页面联调 verified。"
updated_at: "2026-07-31" updated_at: "2026-08-01"
base: "dev-v3" base: "dev-v3"
--- ---
@ -24,7 +24,7 @@ base: "dev-v3"
> >
> **Backend Issue**[#5363](https://git.1814.love:8443/wx/HL/issues/5363) > **Backend Issue**[#5363](https://git.1814.love:8443/wx/HL/issues/5363)
> >
> **Frontend tracking**[#5366](https://git.1814.love:8443/wx/HL/issues/5366)OPEN,0/20;本草稿不代表前端验收完成) > **Frontend tracking**[#5366](https://git.1814.love:8443/wx/HL/issues/5366)管理后台已实现静态契约与回归测试;后端未部署前不宣称页面联调完成)
> >
> **日期**2026-07-30 > **日期**2026-07-30
> >
@ -125,7 +125,7 @@ base: "dev-v3"
1. 路线只使用真实 `departStation``arriveStation`;单端缺失显示明确“未知”,legacy-only `station` 仅显示为独立“旧数据站点(路线不完整)”。 1. 路线只使用真实 `departStation``arriveStation`;单端缺失显示明确“未知”,legacy-only `station` 仅显示为独立“旧数据站点(路线不完整)”。
2. 仅按权威 `transportType=SELF_DRIVE` 进入自驾展示;`BUS`/`OTHER` 使用稳定文案,`null` 与未知字符串按上节 fail-closed。 2. 仅按权威 `transportType=SELF_DRIVE` 进入自驾展示;`BUS`/`OTHER` 使用稳定文案,`null` 与未知字符串按上节 fail-closed。
3. `planId``travelerIds[]` 均为 JSON `String`,必须端到端保持字符串,禁止转为 JavaScript `Number`;精度安全用例使用示例中的超大 ID。 3. `planId``travelerIds[]` 均为 JSON `String`,必须端到端保持字符串,禁止转为 JavaScript `Number`;精度安全用例使用示例中的超大 ID。
4. 前端实现与具名 negative tests 以 [#5366](https://git.1814.love:8443/wx/HL/issues/5366) 为准;该单仍为 OPEN、0/20,当前 `frontend_status` 保持 `pending`。 4. 前端已在 `v2.1@f4cac12fff3297fb42e6a217b1764b5408339133` 完成实现与具名 negative tests,`frontend_status``implemented`;后端未部署前不升级为页面联调 `verified`。
5. 领取后按标准状态流转回写 `frontend_owner``frontend_ref``frontend_status` 5. 领取后按标准状态流转回写 `frontend_owner``frontend_ref``frontend_status`
## 七、Shared Java / Internal Feign 影响 ## 七、Shared Java / Internal Feign 影响
@ -149,7 +149,7 @@ base: "dev-v3"
- Spring Cloud Contract`not_configured`;以 producer/consumer 测试和两个 reactor verify 作为 fallback。 - Spring Cloud Contract`not_configured`;以 producer/consumer 测试和两个 reactor verify 作为 fallback。
- changelog 草稿门禁:仓库单元测试 46/46、文件名校验、path aliases 校验及 workflow `lint --allow-pending` 均通过。 - changelog 草稿门禁:仓库单元测试 46/46、文件名校验、path aliases 校验及 workflow `lint --allow-pending` 均通过。
`--allow-pending` 只证明 pending 草稿结构合法,不是发布态 lint 证据。后端已合并但未部署,网关亦未验证,因此本分支不创建指向 `main` 的 changelog PR;`backend_status` 与 `gateway_status` 保持 `pending``frontend_status` 保持 `pending`。 `--allow-pending` 只证明初始 pending 草稿结构合法,不是发布态 lint 证据。后端已合并但未部署,网关亦未验证,因此 `backend_status` 与 `gateway_status` 保持 `pending`;前端仅以 checkpoint 与已推送业务提交收口为 `implemented`,不表述为已联调或 `verified`。
## 九、不影响范围 ## 九、不影响范围