Changes between Version 85 and Version 86 of pcauto_4.5.0/interface


Ignore:
Timestamp:
09/29/2014 02:36:55 PM (12 years ago)
Author:
chenziyang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_4.5.0/interface

    v85 v86  
    12071207{{{ 
    12081208    请求url:http://mrobot.pcauto.com.cn/v2/price/pictureConditions?serialId=7889&modelId=0 
    1209     原地址:http://price.pcauto.com.cn/interface/iphone/photo_choose_option.jsp?serialId={serialId}&modelId={modelId} 
     1209    请求后端地址:http://price.pcauto.com.cn/interface/iphone/photo_choose_option.jsp?serialId={serialId}&modelId={modelId}&version=2 
     1210    测试环境地址:http://dev3.pcauto.com.cn:8001/interface/iphone/photo_choose_option.jsp?serialId={serialId}&modelId={modelId}&version=2 
    12101211    HTTP请求方式:GET 
    12111212    是否需要登录:false 
     
    12151216    说明:types增加字段section,用于细化外观 
    12161217    请求参数: 
    1217  
    1218     返回结果: 
    1219 { 
    1220   "colors": [ 
    1221     { 
    1222       "id": "14270", 
    1223       "name": "檀木黑" 
    1224     } 
    1225   ], 
    1226   "models": [ 
    1227     { 
    1228       "id": "22608", 
    1229       "name": "2013款 1.8 自动Premium" 
    1230     } 
    1231   ], 
    1232   "types": [ 
    1233     { 
    1234       "id": "1", 
    1235       "name": "外观", 
    1236       "section": [ 
    1237         { 
    1238           "id": "1", 
    1239           "name": "全部" 
    1240         }, 
    1241         { 
    1242           "id": "1", 
    1243           "name": "车头" 
    1244         } 
    1245       ] 
    1246     } 
    1247   ] 
    1248 } 
     1218    serialId:车系id 
     1219    modelId:车型id,查车系的时候不用传 
     1220    version:版本控制,这里version=2,客户端不用传 
     1221    返回结果: 
     1222 
    12491223}}} 
    12501224