Changes between Version 61 and Version 62 of web-intf


Ignore:
Timestamp:
10/12/2012 04:11:52 PM (14 years ago)
Author:
chenyu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • web-intf

    v61 v62  
    826826}}} 
    827827 
     828=== 2.17 http://dp.pconline.com.cn/intf/ipad/recommend-album.jsp  获取图集浏览最后的推荐图集列表 === 
     829{{{ 
     830    HTTP请求方式:get                          
     831    是否需要登录:否                           
     832    请求参数:album-type:图集类型 
     833                   current-album-id:当前浏览中的图集id 
     834 
     835    返回参数:  
     836    { 
     837    "albums":[ 
     838              { 
     839              "album-id":"example-albums-id", 
     840              "cover-src":"dp.pconline.com/fake-cover-src.png", 
     841              "album-name":"example-name" 
     842              }, 
     843              { 
     844              "album-id":"example-albums-id", 
     845              "cover-src":"dp.pconline.com/fake-cover-src.png", 
     846              "album-name":"example-name" 
     847              } 
     848              ] 
     849    } 
     850}}} 
     851 
     852 
    828853== 3. Error Code == 
    829854