feat: 移除 Client 真实采购手工授权 (#114)

This commit is contained in:
chengma
2026-08-10 18:37:35 +08:00
parent 8188153b08
commit 10bb892e6c
29 changed files with 124 additions and 702 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ Admin 使用它作为 `clients.client_id` 主键。设备号变化会产生一
- `supported_types` 必须非空,只允许 `collect`、`purchase`;
- `device` 可选,提供时当前只支持 `android`;
- `purchase_mode` 只允许 `dry_run`、`live`,MVP 固定 `dry_run`;
- `purchase_mode` 只允许 `dry_run`、`live`;Client 未选择设备或真实采购执行器未就绪时为 `dry_run`,就绪后自动为 `live`;
- `schema_versions` 只包含正整数,当前使用 `[1]`。
---