zh/guide/api/admin/task #263
Replies: 2 comments 4 replies
-
获取已完成任务,返回的data字段为空。 代码如下: done taskurl9 = "https://alist.example.com/api/admin/task/upload/done" headers = { res = s.get(url=url9,headers=headers) 打印信息如下: |
Beta Was this translation helpful? Give feedback.
2 replies
-
请问下任务完成状态state有哪些可能的值,分别代表什么意思呢? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
zh/guide/api/admin/task
alist中的任务管理可以分为: 接口名 说明 --- --- /upload 上传任务 /copy 复制任务 /aria2_down aria2下载任务 /aria2_transfer aria2转存任务 /qbit_down qbit下载任务 /qbit_transfer qbit转存任务 每种任务都有以下接口: done; undone; del...
https://alist.nn.ci/zh/guide/api/admin/task.html
Beta Was this translation helpful? Give feedback.
All reactions