Changes between Version 9 and Version 10 of pconline_3.10.0/interface


Ignore:
Timestamp:
09/19/2014 12:27:01 PM (12 years ago)
Author:
wuchangbo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pconline_3.10.0/interface

    v9 v10  
    174174} 
    175175}}} 
     176 
     177 
     178=== 3.3 [=#point303 图赏 - 图片列表] === 
     179 
     180{{{ 
     181 备注:进入图赏页,点击具体图册(已跟孔繁奇确认,这期只做图赏的评议) 
     182 请求URL:http://mrobot.pconline.com.cn/v2/photo/albums?modelId=12348 
     183 HTTP请求方式:get 
     184 是否需要登录:否 
     185 返回格式:json 
     186 缓存方式:无 
     187 缓存时间:0.25 
     188 请求参数:{ 
     189        modelId:12348//图册ID 
     190} 
     191 
     192{ 
     193    "num": 16, 
     194    "photos": [ 
     195        { 
     196            "desc": 图片描述, 
     197            "id": 图片ID, 
     198            "name": 图片名字, 
     199            "thumb": 中图图片地址, 
     200            "thumbUrl": 小图图片地址, 
     201            "url": 大 图片地址, 
     202            "cmtCount":评议数 
     203        } 
     204    ], 
     205    "total": 16 
     206} 
     207}}}