Changes between Version 43 and Version 44 of pcauto_4.6.0/interface


Ignore:
Timestamp:
01/06/2015 12:19:55 PM (11 years ago)
Author:
liguokai
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_4.6.0/interface

    v43 v44  
    473473||参数名||类型||必须||说明|| 
    474474[[BR]]返回结果: 
     475 
     476=== 3.9 [=#point3.9 地区选择接口] === 
     477mrobot请求url:http://mrobot.pcauto.com.cn/v2/cms/area_tree 
     478[[BR]]原接口:http://price.pcauto.com.cn/interface/iphone/province_city_list.jsp 
     479[[BR]]HTTP请求方式:get 
     480[[BR]]是否需要登录:false 
     481[[BR]]返回格式:json 
     482[[BR]]缓存方式:接口缓存 
     483[[BR]]缓存时间:1天 
     484[[BR]]说明:比4.5版本新增了省份id 
     485[[BR]]请求参数:[[BR]] 
     486||参数名||类型||必须||说明|| 
     487||无|| 
     488[[BR]]返回结果: 
     489{{{ 
     490{"area":[[ 
     491           "468",  //城市id 
     492           "天水", //城市名称 
     493           "5401", //计数id 
     494           "甘肃", //省名 
     495           "天水市", //城市名 
     496           "25"      //省份id 
     497         ],...... 
     498]} 
     499}}}