1.接口地址
https://www.dns.com/api/product/ipv6/edit
2.输入参数
基础参数
参数 |
名称 |
类型 |
说明 |
id |
服务ID |
int |
服务ID |
ipv4 |
回源ipv4地址 |
string |
"1.1.1.1,2.2.2.2",逗号隔开最多4个 |
domain |
回源域名 |
string |
"www.dns.com,dns.com",逗号隔开最多4个 |
httpsKey |
https证书密钥 |
string |
可为空 |
httpsCrt |
https证书 |
string |
可为空 |
3.输出参数
参数 |
名称 |
类型 |
说明 |
code |
返回编码 |
int |
0 为操作成功, 非0 请参考错误编码 |
message |
反馈信息 |
string |
操作成功时,可能返回为空,失败时则返回错误信息 |
data |
返回数据 |
array |
接口有数据返回时,为数组,请查看下一项数据值说明,没数据则为空 |
4.结果数据(data)说明
参数 |
名称 |
类型 |
说明 |
id |
服务ID |
int |
服务ID |
ipv4 |
回源ipv4地址 |
string |
"1.1.1.1,2.2.2.2",逗号隔开最多4个 |
domain |
回源域名 |
string |
"www.dns.com,dns.com",逗号隔开最多4个 |
httpsKey |
https证书密钥 |
string |
可为空 |
httpsCrt |
https证书 |
string |
可为空 |
bandwidth |
带宽大小 |
int |
服务带宽 |
status |
状态 |
int |
1已绑定,2未绑定 |
ipv6 |
IPV6地址 |
string |
转换后的ipv6地址,可绑定到响应解析 |
endtime |
到期时间 |
string |
到期时间 |