https://blog.junphp.com/api/wechat_domain/php/v1/Interface.php无POSTapplication/x-www-form-urlencoded{
appid:"blog.junphp.com", // 固定这个值就行
url:"blog.junphp.com", // 需要检测的域名
}json// 成功
{
"code":"00",
"msg":"域名正常",
}
// 失败
{
"code":"01",
"msg":"域名已被屏蔽",
}code为00时,接口正常,其他情况下都是错误。