feat: 完成规格映射与采购任务创建 (#69)

This commit is contained in:
chengma
2026-08-09 22:55:14 +08:00
parent 610e9e3749
commit 4433e3af37
18 changed files with 976 additions and 135 deletions
+3
View File
@@ -64,6 +64,9 @@ X-Client-Id: client-001
排序 `ORDER BY (assigned_client IS NULL), priority DESC, created_at`
—— **指定给本机的优先**;
网页创建的采购任务固定走第一种:创建前已经校验当前账号对客户端的可见范围,
并写入 `pdd_options`、`quantity` 和人民币 `max_price_cent`。这不改变 Client 接口字段。
3. 没有就返回 `204 No Content`;
4. 有就把 `status` 改成 `claimed`、记 `claimed_at`,返回任务。