# 智惠巡修 U 盘 · 门店收银版 P0 · 打包说明

## 目录

`deploy/zhigong-field-usb/zhihui-pos-support/`

## 复制到 U 盘

1. 将 **zhihui-pos-support** 整个文件夹复制到 U 盘根目录（或单独分区）
2. 建议 U 盘卷标：**智惠巡修**
3. 试点机：**华联万家晏婴店 002**（`pilot-config.json` 已预置）

## 门店试机

1. 002 机插入 U 盘 → 双击 `START-收银.bat`
2. 选 ① 诊断 → 确认 `reports\` 生成 `pos-华联万家晏婴店-002-*.zip`
3. 将 ZIP 发回瑞森 → 【X·巡修】读 md/json 出方案

## 文件清单

| 文件 | 用途 |
|------|------|
| START-收银.bat | 中文菜单入口 |
| diagnose-pos.ps1 | 收银只读诊断 |
| diagnose-network-api.ps1 | API ping + /health |
| pilot-config.json | 晏婴店 002 默认配置 |
| zhigong-card/店员一页纸.txt | 打印贴收银台 |
| playbooks/fix-plan-latest.json | P1：Agent 写入方案 |
| fixes/ | P1：白名单修复脚本 |

## 自测（开发机）

```powershell
cd deploy\zhigong-field-usb\zhihui-pos-support
powershell -ExecutionPolicy Bypass -File .\diagnose-pos.ps1
```

## 安全

- 包内无 JWT、无 admin 密码
- 店员一页纸 **不含** 试点口令
- 诊断不尝试登录 API（仅 /health）
