feat: 完成规格映射与采购任务创建 (#69)
This commit is contained in:
@@ -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`,返回任务。
|
||||
|
||||
|
||||
Reference in New Issue
Block a user