zoukankan      html  css  js  c++  java
  • 常用JSON接口

    地图接口
    阿里云根据地区名获取经纬度接口
    http://gc.ditu.aliyun.com/geocoding?a=苏州市 官方文档
    参数解释: 纬度,经度 type 001 (100代表道路,010代表POI,001代表门址,111可以同时显示前三项)


    阿里云根据经纬度获取地区名接口
    http://gc.ditu.aliyun.com/regeocoding?l=39.938133,116.395739&type=001 官方文档

    IP接口
    新浪接口(ip值为空的时候 获取本地的)
    http://int.dpool.sina.com.cn/iplookup/iplookup.php?format=json&ip=218.4.255.255
    淘宝接口
    http://ip.taobao.com/service/getIpInfo.php?ip=63.223.108.42

    手机信息查询接口
    淘宝网接口
    http://tcc.taobao.com/cc/json/mobile_tel_segment.htm?tel=手机号
    拍拍接口
    http://virtual.paipai.com/extinfo/GetMobileProductInfo?mobile=手机号&amount=10000&callname=getPhoneNumInfoExtCallback 用例
    百付宝接口
    https://www.baifubao.com/callback?cmd=1059&callback=phone&phone=手机号
    115接口
    http://cz.115.com/?ct=index&ac=get_mobile_local&callback=jsonp1333962541001&mobile=手机号
    有道接口
    http://www.youdao.com/smartresult-xml/search.s?jsFlag=true&type=mobile&q=手机号

  • 相关阅读:
    django+uwsgi+nginx实现负载均衡
    centos7 pip安装
    centos虚拟环境配置
    cenots7更换国内pip源
    FastDFS缩容
    FastDFS基于group扩容
    centos同步系统时间
    centos永久开放端口
    pip更换国内源
    Java四种访问修饰符
  • 原文地址:https://www.cnblogs.com/siichen/p/7002642.html
Copyright © 2011-2022 走看看