Changes between Version 45 and Version 46 of pcauto_4.0.0/interface


Ignore:
Timestamp:
10/10/2013 12:04:16 PM (13 years ago)
Author:
leijingtang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_4.0.0/interface

    v45 v46  
    9999"img": "http://img0.pcauto.com.cn/pcauto/1308/29/g_2965125_1377744114989_240x160.jpg",   //导读图 
    100100"title": "[直播]成都车展探馆:奥迪RS5 Coupe亮相",      //内容标题 
    101 "chl":"所属栏目"    // 所属栏目,加入文章不属于任何车系,应该如何显示?图集应该如何显示? 
     101"chl":"所属栏目"    // 所属栏目,指3.6.0mrobot整理的栏目 
    102102"ups":123,    // 赞的数量 
    103103"downs":123    // 踩的数量 
     
    219219          pageNo, 
    220220          pageSize 
    221     返回参数:参考2.3头条和车系聚合页,http://trac.pc.com.cn/iphone/wiki/pcauto_4.0.0/interface#point203 
    222  
     221    返回参数: 
     222{ 
     223"pageNo":123, 
     224"pageSize":20, 
     225"total":300,    
     226"contents": [ 
     227{ 
     228"id": 2965125,     // 文章id 
     229"img": "http://img0.pcauto.com.cn/pcauto/1308/29/g_2965125_1377744114989_240x160.jpg",   //导读图 
     230"title": "[直播]成都车展探馆:奥迪RS5 Coupe亮相",      //内容标题 
     231"chl":"所属栏目"    // 所属栏目,参考2.3头条和车系聚合页 
     232"ups":123,    // 赞的数量 
     233"downs":123    // 踩的数量 
     234}, 
     235... 
     236] 
     237} 
    223238}}} 
    224239 
     
    643658}}} 
    644659=== 2.30 [=#point2030 论坛帖子列表]=== 
     660{{{ 
    645661备注:[http://trac.pc.com.cn/iphone/wiki/pcauto_pconline_4.0.0/intf#point209 原帖子列表接口]在原来接口基础上进行修改[[BR]] 
    646662url:待定[[BR]] 
    647663修改部分:[[BR]] 
    6486641)列表排序算法改变[[BR]] 
    649 2)取消原来的排序功能[[BR]] 
    650 3)能分别显示全部帖子和精华帖[[BR]] 
     665 
     666    返回参数: 
     667{ 
     668...... 
     669    "pageNo":1, 
     670    "pageSize":50, 
     671    "topicList":[ 
     672        { 
     673            "author":{ 
     674                "name":"yuking-ouyang", 
     675                "nickname":"yuking-ouyang", 
     676                "userId":23672097 
     677            }, 
     678            "createAt":1347978864000, 
     679            "flag":"精", 
     680            "lastPoster":{ 
     681                "name":"qz30446664", 
     682                "nickname":"qz30446664", 
     683                "userId":30446664 
     684            }, 
     685            "replyCount":87, 
     686            "title":"8.6号新A6L30技术提车作业!!半夜的作品!!", 
     687            "topicId":3322726, 
     688            "uri":"http://bbs.pcauto.com.cn/topic-3322726.html", 
     689            "view":104676, 
     690            "ups":123, 
     691            "downs":123 
     692        }, 
     693    ], 
     694...... 
     695} 
     696 
     697}}} 
    651698=== 2.31 [=#point2031 询底价页]=== 
    652699需求:重新设计询底价页[[BR]]