fix(cli): use renamed backend APIs

This commit is contained in:
2026-06-13 13:56:44 +08:00
parent 5a55d65002
commit 80ca985c28
4 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -501,7 +501,7 @@ def data_scheme_list(ctx: typer.Context) -> None:
ctx,
summary="读取方案列表成功",
method="GET",
path="/getallschemes/",
path="/schemes",
params={"network": require_network(runtime)},
require_auth=True,
require_network_ctx=True,