【2023】手机号码归属地查询接口

已开跨域。可前端直接调用

调用例子

fetch("https://blog.teqiyi.com/go.html?url=104,116,116,112,115,58,47,47,112,97,110,46,113,113,46,99,111,111,108,47,97,112,105,47,112,104,111,110,101,73,110,102,111,47,63,112,104,111,110,101,61,49,53,53,49,55,48,56,56,54,52,52", {
  "method": "GET"
}).then(res=>res.json()).then(res=>console.log(res))
<?php
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, 'https://blog.teqiyi.com/go.html?url=104,116,116,112,115,58,47,47,112,97,110,46,113,113,46,99,111,111,108,47,97,112,105,47,112,104,111,110,101,73,110,102,111,47,63,112,104,111,110,101,61,49,53,53,49,55,48,56,56,54,52,52');
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_CUSTOMREQUEST, 'GET');
$response = curl_exec($ch);

curl_close($ch);

gsd.png

-- 展开阅读全文 --
初夏网盘使用教程
« 上一篇 01-18

发表评论