{
  "module": "customer-go-live-checkline",
  "marker": "customerGoLiveCheckline",
  "generatedAt": "2026-04-29 03:35:00",
  "title": "龙虾供应链配送系统客户上线检验链路包",
  "decision": {
    "code": "CHECKLINE_GUIDED",
    "label": "客户上线检验链路：先按链路顺序检查，不要跳页",
    "level": "guided",
    "note": "本页面把客户负责人首看、阶段判断、执行导航、登录验证和 API 校验压成一条可直接执行的检验链路。"
  },
  "summary": {
    "currentStage": "清零阶段",
    "phaseDecision": "PHASE_PANEL_BLOCKED",
    "navigationDecision": "NAV_BLOCKED",
    "chainSteps": 4,
    "loginChecks": 4,
    "apiChecks": 4
  },
  "chain": [
    {
      "code": "CHK-001",
      "title": "先看客户上线总览简报包",
      "audience": "客户负责人 / 管理层",
      "current": "OVERVIEW_BLOCKED",
      "status": "PASS",
      "url": "https://xia.shenliu.cc/xia-customer-go-live-overview/",
      "reason": "先把当前处在哪一层、为什么还不能上、下一步先看什么讲清楚。"
    },
    {
      "code": "CHK-002",
      "title": "再看客户上线阶段面板包",
      "audience": "客户负责人 / 项目负责人 / 执行层",
      "current": "清零阶段",
      "status": "PASS",
      "url": "https://xia.shenliu.cc/xia-customer-go-live-phase-panel/",
      "reason": "先判断当前停留在清零、执行还是收口阶段，再决定下钻页面。"
    },
    {
      "code": "CHK-003",
      "title": "再看客户上线检验导航包",
      "audience": "测试 / 实施 / 开发 / 运维",
      "current": "NAV_BLOCKED",
      "status": "BLOCKED",
      "url": "https://xia.shenliu.cc/xia-customer-go-live-navigation/",
      "reason": "统一入口、账号、检验顺序和下一页跳转。"
    },
    {
      "code": "CHK-004",
      "title": "最后用公开访问与账号检验台做登录验证",
      "audience": "开发 / 测试 / 需求方",
      "current": "ACCESS_READY",
      "status": "PASS",
      "url": "https://xia.shenliu.cc/xia-access/",
      "reason": "集中检查前后端地址、演示账号、API 检查点和公网 relay。"
    }
  ],
  "loginSet": [
    {
      "role": "系统管理员",
      "account": "admin / 123456",
      "url": "https://xia.shenliu.cc/xia-admin/",
      "check": "后台驾驶舱、权限矩阵、生产化检查"
    },
    {
      "role": "运营主管",
      "account": "operator / 123456",
      "url": "https://xia.shenliu.cc/xia-admin/",
      "check": "订单分单、配送调度、财务与规则配置"
    },
    {
      "role": "门店管理员",
      "account": "store_admin / 123456",
      "url": "https://xia.shenliu.cc/xia-store-preview/",
      "check": "门店下单、签收、账单预览"
    },
    {
      "role": "龙虾供应商",
      "account": "lobster_supplier / 123456",
      "url": "https://xia.shenliu.cc/xia-supplier/",
      "check": "只看与 A 的供货结算，不看门店售价"
    }
  ],
  "apiChecks": [
    {
      "name": "阶段面板 API",
      "url": "https://xia.shenliu.cc/xia-api/system/customer-go-live-phase-panel",
      "expected": "返回当前阶段与下一步"
    },
    {
      "name": "检验导航 API",
      "url": "https://xia.shenliu.cc/xia-api/system/customer-go-live-navigation",
      "expected": "返回账号、入口和检验顺序"
    },
    {
      "name": "总览简报 API",
      "url": "https://xia.shenliu.cc/xia-api/system/customer-go-live-overview",
      "expected": "返回管理层总览结论"
    },
    {
      "name": "健康检查 API",
      "url": "https://xia.shenliu.cc/xia-api/health",
      "expected": "返回 success/status=ok"
    }
  ],
  "entrances": [
    {
      "label": "客户上线检验链路包",
      "url": "https://xia.shenliu.cc/xia-customer-go-live-checkline/",
      "account": "无需登录",
      "purpose": "先按顺序判断和检查，不要跳页"
    }
  ],
  "sourceApis": {
    "checkline": "https://xia.shenliu.cc/xia-api/system/customer-go-live-checkline",
    "phasePanel": "https://xia.shenliu.cc/xia-api/system/customer-go-live-phase-panel",
    "navigation": "https://xia.shenliu.cc/xia-api/system/customer-go-live-navigation",
    "overview": "https://xia.shenliu.cc/xia-api/system/customer-go-live-overview"
  },
  "acceptanceMarkers": ["CHK-001", "CHK-002", "CHK-003", "CHK-004"]
}
