docs: align sync catalog and checklists after Z14c

Document schema/fingerprint APIs, quote SMS Provider off, and refresh the联调意见 commit trail.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
whm
2026-08-05 18:33:13 +08:00
parent bb59bb5efd
commit 2a7da53769
4 changed files with 79 additions and 83 deletions

View File

@@ -539,6 +539,8 @@ CREATE TABLE IF NOT EXISTS orders (
- [ ] agent 停:仍可本地保存;恢复后按序追上
- [ ] delete 保序,不换新 UUID
- [ ] 空表:`schema/ensure` 后线上出现空表Z10c
- [ ] 缺列ensure 后 push 含新列不再 503Z10d
- [ ] 指纹:`schema/fingerprint` 返回 content_hash智能体带挂载 `online_db_id` 不 403Z14/Z14c
### 生产绑定Z12/Z13
@@ -579,7 +581,8 @@ CREATE TABLE IF NOT EXISTS orders (
| POST | `/api/v1/agent/sync/channels/{id}/pull` | agent / 用户 JWT下行 |
| POST | `/api/v1/agent/sync/channels/{id}/bootstrap` | 全量灌库 |
| POST | `/api/v1/agent/sync/channels/{id}/schema` | 拉线上表结构(含空表) |
| POST | `/api/v1/agent/sync/channels/{id}/schema/ensure` | 本机空表建到线上Z10 |
| POST | `/api/v1/agent/sync/channels/{id}/schema/ensure` | 本机空表建到线上已存在可补列Z10/Z10d |
| POST | `/api/v1/agent/sync/channels/{id}/schema/fingerprint` | 线上表指纹 `row_count`+`content_hash`Z14智能体可用挂载 online_db_id |
| GET/POST | `/api/v1/admin/sync/bindings` | 管理员或用户自助 |
| GET | `/api/v1/platform/dbsync/lww-overrides` | 仅超管 |
| POST | `/api/v1/platform/dbsync/lww-overrides/{id}/rollback` | 仅超管 |