当前位置:网站首页>高德地图IP定位2.0备份
高德地图IP定位2.0备份
2022-06-27 13:33:00 【Risehuxyc】
高德地图IP定位2.0接口已下线。
class amap_ipconfig:amap
{
//文档:https://lbs.amap.com/api/webservice/guide/api/ipconfig
private string ip = "114.247.50.2";
private string type = "4"; // 4/6 ipv4/ipv6
private string output = "json";//json/xml
private string apiurl = "https://restapi.amap.com/v3/ip?";
public string IP { get => ip; set => ip = value; }
public string Type { get => type; set => type = value; }
public override string GetRequestUrl()
{
return apiurl + "key=" + base.key + "&output=" + output + "&ip=" + ip + "&type=" + type;
}
}边栏推荐
猜你喜欢
随机推荐
[安洵杯 2019]Attack
Read a poem
再懂已是曲中人
同花顺能开户炒股吗?安全吗?
芯片供给过剩之际,进口最多的中国继续减少进口,美国芯片慌了
What else can PLM do?
[day 27] given an integer n, print out the full permutation from 1 to n | Full Permutation template
国产数据库乱象
命令行编辑器 sed 基础用法总结
Summary of basic usage of command line editor sed
To understand again is the person in the song
What kind of air conditioner is this?
CMOS级电路分析
昨天访问量破记录
Shell 简明教程
Firewall foundation Huawei H3C firewall web page login
关于接口测试自动化的总结与思考
Pytorch learning 3 (test training model)
手把手教你搭一个永久运行的个人服务器!
Cesium realizes satellite orbit detour









![[安洵杯 2019]Attack](/img/1a/3e82a54cfcb90ebafebeaa8ee1ec01.png)