当前位置:网站首页>高德地图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;
}
}边栏推荐
- Pre training weekly issue 51: reconstruction pre training, zero sample automatic fine tuning, one click call opt
- 再懂已是曲中人
- 重读经典:《The Craft of Research(1)》
- Daily question brushing record (6)
- 关于接口测试自动化的总结与思考
- Summary of basic usage of command line editor sed
- 手把手教你搭一个永久运行的个人服务器!
- How ASP connects Excel
- Embedded development: embedded foundation callback function
- Privacy computing fat offline prediction
猜你喜欢
随机推荐
Crane: a new way of dealing with dictionary items and associated data
AcWing 第57 场周赛
AXI总线
力扣 第 81 场双周赛
命令行编辑器 sed 基础用法总结
Cesium实现卫星在轨绕行
招标公告:上海市研发公共服务平台管理中心Oracle一体机软硬件维保项目
面试官:Redis的共享对象池了解吗?
What is low code for digital Nova? What is no code
scrapy
基于 xml 配置文件的入门级 SSM 框架整合
基于SSM实现招聘网站
POSIX AIO -- glibc 版本异步 IO 简介
After the deployment is created, the pod problem handling cannot be created
SFINAE
Pytoch learning 2 (CNN)
How ASP connects Excel
Firewall foundation Huawei H3C firewall web page login
After 2 years of outsourcing, I finally landed! Record my ByteDance 3 rounds of interviews, hope to help you!
NAACL 2022 | TAMT:通过下游任务无关掩码训练搜索可迁移的BERT子网络






