微信域名安全批量在线检测接口api
function wxcheck($url){
$json=file_get_contents("http://yy.gongju.at/?a=addon&m=wxsafe2&token=5ebab12b0a8f12f980b9831d183df42&long=".urlencode($url));
$arr=json_decode($json,true);
if($arr['ret_code']==0){
return $arr['state'];
}
}