Files
junhong_cmp_fiber/.scratch/ur47-manual-card-speed-limit/issues/04-提供资产详情限速能力展示契约.md
break b2efe3bac8
All checks were successful
构建并部署到测试环境(无 SSH) / build-and-deploy (push) Successful in 11m35s
ur47issues创建
2026-07-23 12:29:33 +09:00

14 lines
1.1 KiB
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.
# 04 — 提供资产详情限速能力展示契约
**What to build:** 卡和设备详情为前端提供可直接驱动“手动限速”交互的能力信息:是否支持、不可用的中文原因和可选择的语义档位;设备还提供本次操作实际作用的当前 ICCID。该数据只表达操作能力不声称渠道当前实际限速。
**Blocked by:** 01 — 保障设备当前绑卡唯一性02 — 建立限速 Gateway 渠道适配与受控映射。
**Status:** ready-for-agent
- [ ] 卡、设备详情返回由后端权限、运营商、当前绑卡和映射共同判定的 `speed_limit_capability`
- [ ] 支持时返回固定业务档位及中文标签,供前端渲染和提交;不返回可编辑速率或渠道编码。
- [ ] 不支持、无当前卡或映射缺失时返回可展示的中文原因,前端可据此禁用入口,但操作接口仍会独立重新校验。
- [ ] 设备详情返回实际当前 ICCID供前端在二次确认和未知结果提示中准确展示。
- [ ] 接口契约与集成测试验证能力字段、当前 ICCID、权限过滤及“不展示当前实际限速”的语义。