感谢“种植业生产人员”分享的北岸查询接口

[复制链接]
查看: 5685   回复: 6
发表于 2023-6-12 13:21:41 | 显示全部楼层 |阅读模式
原帖地址:https://hostloc.com/thread-1177912-1-1.html

非常感谢 @种植业生产人员  分享的北岸查询接口。

抄了一份

接口地址:https://api-v3.lanluo.cn/tools/icp_info_domain

参数:domain

可用get或post请求

get请求如:https://api-v3.lanluo.cn/tools/icp_info_domain?domain=qq.com

前端测试https://tool.lanluo.cn/#/dev/icp

PHP代码:
use GuzzleHttp\Client;
  1. $url = 'https://cgi.urlsec.qq.com/index.php';                $headers = [                    "Referer"     =>"https://guanjia.qq.com"                ];                $params = [                    'm'=>'check',                    'a'=>'check',                    'url'=>$domain                ];                $client = new Client();                $res = $client->request('GET',$url,['query' => $params,'headers'=>$headers]);                $resContent = json_decode(substr($res->getBody()->getContents(),1,-1))->data;                if($resContent->retcode==0){                    $this->ok($resContent->results);                }else{                    $this->fail('接口异常');                }
复制代码
回复

使用道具 举报

发表于 2023-6-12 13:21:46 | 显示全部楼层
www.gov.cn 这个站查不到北岸,也能用国内服务器?
回复 支持 反对

使用道具 举报

发表于 2023-6-12 13:21:51 | 显示全部楼层
党的政策不该问的不问

我试了下地方的可用https://api-v3.lanluo.cn/tools/icp_info_domain?domain=guiyang.gov.cn
回复 支持 反对

使用道具 举报

发表于 2023-6-12 13:22:09 | 显示全部楼层
我建议报警
回复 支持 反对

使用道具 举报

发表于 2023-6-12 13:22:38 | 显示全部楼层
很强
回复 支持 反对

使用道具 举报

发表于 2023-6-12 13:23:06 | 显示全部楼层
本来就是很简单接口,还要封装一层?;P:lol:lol:lol感谢“种植业生产人员”分享的北岸查询接口

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?立即注册

x
回复 支持 反对

使用道具 举报

发表于 2023-6-12 13:23:27 | 显示全部楼层
就是Hello Word都要写过才是自己的,练习练习
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则