列出设置
GET
/api/admin/setting/list最后修改时间: 6 个月前
责任人: 未设置
包括永久令牌
请求参数
Query 参数
groups
string
可选
5,0-其它设置,包括aria2和令牌等
示例值:
5,0
group
string
可选
1-站点;2-样式;3-预览;4-全局;7-单点登录
示例值:
1
Header 参数
Authorization
string
可选
示例值:
{{alist_token}}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
状态码
message
string
信息
data
array [object {7}]
必需
key
string
键
value
string
值
help
string
帮助信息
type
string
类型
string, number, bool, select
options
string
选项
group
integer
分组
用于前端分组
flag
integer
标志
0 = public, 1 = private, 2 = readonly, 3 = deprecated
示例
{
"code": 200,
"message": "success",
"data": [
{
"key": "aria2_uri",
"value": "http://localhost:6800/jsonrpc",
"help": "",
"type": "string",
"options": "",
"group": 5,
"flag": 1
},
{
"key": "aria2_secret",
"value": "",
"help": "",
"type": "string",
"options": "",
"group": 5,
"flag": 1
},
{
"key": "token",
"value": "alist-2a",
"help": "",
"type": "string",
"options": "",
"group": 0,
"flag": 1
},
{
"key": "index_progress",
"value": "{\"obj_count\":0,\"is_done\":true,\"last_done_time\":null,\"error\":\"\"}",
"help": "",
"type": "text",
"options": "",
"group": 0,
"flag": 1
},
{
"key": "qbittorrent_url",
"value": "http://a:an@localhost:8080/",
"help": "",
"type": "string",
"options": "",
"group": 0,
"flag": 1
},
{
"key": "qbittorrent_seedtime",
"value": "0",
"help": "",
"type": "number",
"options": "",
"group": 0,
"flag": 1
}
]
}
最后修改时间: 6 个月前