Changes between Version 66 and Version 67 of intf


Ignore:
Timestamp:
10/28/2014 06:27:16 PM (11 years ago)
Author:
huangxianduan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • intf

    v66 v67  
    17361736}}} 
    17371737=== 2.9 其他接口 
     1738==== 2.9.1 移动端定位接口 
     1739{{{ 
     1740uri:/Location.js 
     1741详细说明:http://zzsvn.pcauto.com.cn/svn/doc/common/location/ip.html 
     1742{ 
     1743    city: "广州市", //城市名 
     1744    cityCode: "440100", //城市代码 
     1745    pro: "广东省", //省份 
     1746    proCode: "440000", //省份代码 
     1747    cityUser: "北京市", //用户偏好城市城市名 
     1748    cityCodeUser: 0, //用户偏好城市城市代码 
     1749    proCodeUser: 110000 //用户偏好城市省份代码 
     1750    expires: 1414549060880, //过期时间 
     1751} 
     1752}}} 
    17381753 
    17391754{{{