API操作文档
注意
1、使用浏览器
http://ip.hahado.cn/simple/current-ip?username=username&password=password
URL上面加上用户名和密码[
{
"ip": "180.102.181.64",
"ttl": 262.87515091896057
}
]
http://ip.hahado.cn/simple/switch-ip?username=username&password=password
URL上面加上用户名和密码[
{
"last_ip": "180.102.181.64",
"result": true
}
]
2、使用curl
curl http://ip.hahado.cn/simple/current-ip?username=username&password=password
[
{
"ip": "180.102.181.64",
"ttl": 262.87515091896057
}
]
curl http://ip.hahado.cn/simple/switch-ip?username=username&password=password
[
{
"last_ip": "180.102.181.64",
"result": true
}
]
修改于 2024-09-09 08:07:32