获取dnsapi列表
请求URL
{{url}}/api/dns/list
请求方式
get
Header
字段名
示例值
必选
类型
说明
x-api-key
{{x-api-key}}
是
string
无
x-api-secret
{{x-api-secret}}
是
string
无
请求Query参数
参数名
示例值
必选
类型
说明
page
1
是
string
无
limit
10
是
string
无
请求参数示例
成功返回示例
{
"code": 0,
"data": {
"count": 1,
"list": [
{
"auth": "{\"CF_Key\": \"123\", \"CF_Email\": \"123@qq.com\"}",
"des": "test",
"id": 1,
"name": "test2",
"type": "CloudFlare",
"uid": 2
}
]
},
"msg": "ok"
}
成功返回示例的参数说明
参数名
类型
说明
code
string
无
data
object
无
count
string
无
list
array
无
list.auth
string
无
list.des
string
无
list.id
string
无
list.name
string
无
list.type
string
无
list.uid
string
无
msg
string
无
Last updated