Changes between Version 18 and Version 19 of pcauto_drive_1.2.0/interface


Ignore:
Timestamp:
06/26/2015 10:50:07 AM (11 years ago)
Author:
dengyurong
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_drive_1.2.0/interface

    v18 v19  
    5656==== 2.1.3 [=#point2.1.3  精彩推荐帖子列表] ==== 
    5757{{{ 
    58     请求url: 
    59     HTTP请求方式:GET 
    60     是否需要登录:否 
    61     返回格式:json 
    62     缓存方式:无 
    63     缓存时间:无 
    64     请求参数: 
    65     无 
    66      
    67     返回结果: 
     58    请求url:http://mrobot.pcauto.com.cn/xsp/s/auto/info/xueChe/recommendList.xsp?userId= 
     59    HTTP请求方式:GET 
     60    是否需要登录:否 
     61    返回格式:json 
     62    缓存方式:无 
     63    缓存时间:无 
     64    请求参数:userId 必填 
     65        
     66    返回结果: 
     67    { 
     68    data: [ 
     69        { 
     70            title: 标题 
     71            picUrl: 图片 
     72            url: 跳转链接 
     73            seq: 序号 
     74            isRecommend:1  是否推荐,1表示推荐帖子 
     75        }, 
     76        { 
     77            authorPhoto: 作者头像 
     78            createBy: 作者id 
     79            createDate: 帖子发布时间(时间戳) 
     80            forumId: 版块ID 
     81            forumName: 版块名字 
     82            imageList: [ 
     83               url:图片 
     84               width:宽 
     85               height:高 
     86               qua:选题参数 
     87            ], 
     88            isPick: 是否精华(0:非,1:是) 
     89            nickName: 作者昵称 
     90            postCount: 评论数 
     91            praiseCount: 赞数 
     92            title: 帖子标题 
     93            topicId: 帖子id 
     94            url: 跳转链接 
     95            isRecommend:0 是否推荐,0表示普通帖子 
     96            isPraise: 是否点赞 
     97        }         
     98      ] 
     99    } 
    68100 
    69101}}}