- 咸鱼api
- 机器人api
- wechatAgents_go_api
- xy_bot
- 朋友
- 群组
- 登录
- 工具
- 红包
- 用户
- 消息
获取CDN DNS
SaltedFishApi
SaltedFishApi
POST
https://api.frz.fan/GetCdnDns
Tool
请求参数
Header 参数
appid
string
必需
Body 参数application/json
Wxid
string
必需
示例
{
"Wxid": "string"
}
返回响应
🟢200成功
application/json
Body
Code
integer
可选
Data
object (mm.GetCDNDnsResponse)
可选
BaseResponse
object (mm.BaseResponse)
可选
appDnsInfo
object (mm.CDNDnsInfo)
可选
cdnDnsRuleBuf
array[integer]
可选
defaultConfig
object (mm.CDNClientConfig)
可选
disasterConfig
object (mm.CDNClientConfig)
可选
dnsInfo
object (mm.CDNDnsInfo)
可选
fakeCdnDnsRuleBuf
array[integer]
可选
fakeDnsInfo
object (mm.CDNDnsInfo)
可选
getCdnDnsIntervalMs
integer
可选
snsDnsInfo
object (mm.CDNDnsInfo)
可选
Message
string
可选
Success
boolean
可选
示例
{
"Code": 0,
"Data": {
"BaseResponse": {
"errMsg": {
"string": "string"
},
"ret": 0
},
"appDnsInfo": {
"authKey": {
"buffer": [
0
],
"iLen": 0
},
"expireTime": 0,
"fakeUin": 0,
"fontIPList": [
{
"string": "string"
}
],
"frontID": 0,
"frontIPCount": 0,
"frontIPPortCount": 0,
"frontIPPortList": [
{
"portCount": 0,
"portList": [
0
]
}
],
"newAuthkey": {
"buffer": [
0
],
"iLen": 0
},
"uin": 0,
"ver": 0,
"zoneDomain": "string",
"zoneID": 0,
"zoneIPCount": 0,
"zoneIPList": [
{
"string": "string"
}
],
"zoneIPPortCount": 0,
"zoneIPPortList": [
{
"portCount": 0,
"portList": [
0
]
}
]
},
"cdnDnsRuleBuf": [
0
],
"defaultConfig": {
"c2CRWTimeout": 0,
"c2CRetryInterval": 0,
"c2CShowErrorDelayMs": 0,
"snsRWTimeout": 0,
"snsRetryInterval": 0,
"snsShowErrorDelayMs": 0
},
"disasterConfig": {
"c2CRWTimeout": 0,
"c2CRetryInterval": 0,
"c2CShowErrorDelayMs": 0,
"snsRWTimeout": 0,
"snsRetryInterval": 0,
"snsShowErrorDelayMs": 0
},
"dnsInfo": {
"authKey": {
"buffer": [
0
],
"iLen": 0
},
"expireTime": 0,
"fakeUin": 0,
"fontIPList": [
{
"string": "string"
}
],
"frontID": 0,
"frontIPCount": 0,
"frontIPPortCount": 0,
"frontIPPortList": [
{
"portCount": 0,
"portList": [
0
]
}
],
"newAuthkey": {
"buffer": [
0
],
"iLen": 0
},
"uin": 0,
"ver": 0,
"zoneDomain": "string",
"zoneID": 0,
"zoneIPCount": 0,
"zoneIPList": [
{
"string": "string"
}
],
"zoneIPPortCount": 0,
"zoneIPPortList": [
{
"portCount": 0,
"portList": [
0
]
}
]
},
"fakeCdnDnsRuleBuf": [
0
],
"fakeDnsInfo": {
"authKey": {
"buffer": [
0
],
"iLen": 0
},
"expireTime": 0,
"fakeUin": 0,
"fontIPList": [
{
"string": "string"
}
],
"frontID": 0,
"frontIPCount": 0,
"frontIPPortCount": 0,
"frontIPPortList": [
{
"portCount": 0,
"portList": [
0
]
}
],
"newAuthkey": {
"buffer": [
0
],
"iLen": 0
},
"uin": 0,
"ver": 0,
"zoneDomain": "string",
"zoneID": 0,
"zoneIPCount": 0,
"zoneIPList": [
{
"string": "string"
}
],
"zoneIPPortCount": 0,
"zoneIPPortList": [
{
"portCount": 0,
"portList": [
0
]
}
]
},
"getCdnDnsIntervalMs": 0,
"snsDnsInfo": {
"authKey": {
"buffer": [
0
],
"iLen": 0
},
"expireTime": 0,
"fakeUin": 0,
"fontIPList": [
{
"string": "string"
}
],
"frontID": 0,
"frontIPCount": 0,
"frontIPPortCount": 0,
"frontIPPortList": [
{
"portCount": 0,
"portList": [
0
]
}
],
"newAuthkey": {
"buffer": [
0
],
"iLen": 0
},
"uin": 0,
"ver": 0,
"zoneDomain": "string",
"zoneID": 0,
"zoneIPCount": 0,
"zoneIPList": [
{
"string": "string"
}
],
"zoneIPPortCount": 0,
"zoneIPPortList": [
{
"portCount": 0,
"portList": [
0
]
}
]
}
},
"Message": "string",
"Success": true
}
修改于 2025-04-02 13:37:41