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
@@ -310,7 +310,7 @@ class TaskDispatcher:
if task.execution_mode == "live":
if self.claim_capabilities().purchase_mode != "live":
raise RuntimeError(
f"真实采购任务 {task.remote_task_id} 的本地授权已关闭或绑定不一致;"
f"真实采购任务 {task.remote_task_id} 的设备或真实采购执行器未就绪;"
"任务保持待执行,不会降级为演练"
)
factory = self._live_purchase_factory