Changes between Version 27 and Version 28 of pcauto_pconline_4.0.0/intf


Ignore:
Timestamp:
03/28/2013 05:21:50 PM (13 years ago)
Author:
leijingtang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_pconline_4.0.0/intf

    v27 v28  
    470470 
    471471}}} 
     472 
     473 
     474=== 2.9 图集列表 === 
     475{{{ 
     476    http://mrobot.pconline.com.cn/v2/photo/albums?groupId=25  &&   
     477    http://mrobot.pcauto.com.cn/v2/photo/albums?groupId=85 
     478    作用:获取图集列表,在原来的返回值上添加一个landscape-cover参数,该参数出其他尺寸的封面图。 
     479    使用范围:电脑网app:命名前缀pconline  汽车网app:命名前缀pcauto 
     480     
     481     
     482    请求参数: 无 
     483    请求方法:get 
     484    是否需要登录:否 
     485    返回参数: 
     486{ 
     487    "count":115, 
     488    "groups":[ 
     489        { 
     490            "id":8840, 
     491            "cover":"http://img.pconline.com.cn/images/piclib/201302/26/simple/1/1361842912743nylidq669z.jpg", 
     492            "name":" 娇气萝莉教主琳达的R座驾", 
     493            "photoCount":15, 
     494            "url":"http://mrobot.pcauto.com.cn/v2/photo/albums?modelId=8840", 
     495            "landscape-cover":"http://xxx.png"    //横幅封面 
     496        } 
     497    ] 
     498} 
     499 
     500}}}