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:
@@ -539,6 +539,8 @@ CREATE TABLE IF NOT EXISTS orders (
|
||||
- [ ] agent 停:仍可本地保存;恢复后按序追上
|
||||
- [ ] delete 保序,不换新 UUID
|
||||
- [ ] 空表:`schema/ensure` 后线上出现空表(Z10c)
|
||||
- [ ] 缺列:ensure 后 push 含新列不再 503(Z10d)
|
||||
- [ ] 指纹:`schema/fingerprint` 返回 content_hash;智能体带挂载 `online_db_id` 不 403(Z14/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` | 仅超管 |
|
||||
|
||||
Reference in New Issue
Block a user