获取dnsapi单条详情
请求URL
{{url}}/api/dns/info
请求方式
get
Header
字段名
示例值
必选
类型
说明
x-api-key
{{x-api-key}}
是
string
无
x-api-secret
{{x-api-secret}}
是
string
无
请求Query参数
参数名
示例值
必选
类型
说明
id
2
是
string
无
请求参数示例
成功返回示例
{
"code": 0,
"data": {
"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
无
auth
string
无
des
string
无
id
string
无
name
string
无
type
string
无
uid
string
无
msg
string
无
Last updated