Changes between Version 10 and Version 11 of pcauto_4.8.2/interface


Ignore:
Timestamp:
12/31/2015 02:09:30 PM (10 years ago)
Author:
lanzhenhua
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_4.8.2/interface

    v10 v11  
    185185 
    186186== 3.论坛 == 
    187 === 1.1视频栏目列表 === 
     187=== 3.1车友社区首页 === 
    188188'''(开发已完成,调试请连开发机代理)'''[[BR]] 
    189 >mrobot地址:http://mrobot.pcauto.com.cn/xsp/s/auto/info/v4.8/columnList.xsp [[BR]] 
    190 video开发环境:http://dev32.pcauto.com.cn:9991/interface/pcauto/i_category_list.jsp [[BR]] 
     189>mrobot地址:http://mrobot.pcauto.com.cn/xsp/s/auto/info/xueChe/communityHomePage.xsp?pageNo=1 [[BR]] 
     190video开发环境:http://dev40.pcauto.com.cn/xsp/s/auto/info/xueChe/communityHomePage.xsp?pageNo=1[[BR]] 
    191191video线上环境:http://v.pcauto.com.cn/interface/pcauto/i_category_list.jsp [[BR]] 
    192192 
     
    194194**说明** 
    195195 
    196 > 获取视频栏目列表[[BR]] 
     196> 车友社区首页[[BR]] 
    197197 
    198198**缓存时间** 
     
    210210**数据来源** 
    211211 
    212 > video 
     212>  
    213213 
    214214**请求参数** 
     
    218218{{{ 
    219219{ 
     220    "activelist": [ 
     221        { 
     222            "title": "#一个字总结你的2015年#", 
     223            "url": "http://club.pcauto.com.cn/topic/4712.html", 
     224            "appUrl": "pcautoclub://club-talk/4712", 
     225            "img": "http://img0.pcauto.com.cn/pcauto/forum/club/activeapp_v2/1512/cbc.jpg", 
     226            "dynaInfoId": "", 
     227            "createBy": "" 
     228        } 
     229    ], 
     230    "discover": [ 
     231        { 
     232            "appUrl": "pcautoclub://club-talk/4353", 
     233            "title": " #国产品牌的希望#" 
     234        }, 
     235        { 
     236            "appUrl": "pcautoclub://club-talk/4381", 
     237            "title": "#这次油价不降啦#" 
     238        }, 
     239        { 
     240            "appUrl": "pcautoclub://club-talk/4352", 
     241            "title": "#京6排放标准#" 
     242        }, 
     243        { 
     244            "appUrl": "http://www.pcauto.com.cn/forum/club/goddess/", 
     245            "title": "更多精彩话题" 
     246        } 
     247    ], 
     248    "pics": [ 
     249        { 
     250            "img": "http://img0.pcauto.com.cn/pcauto/forum/club/app/000088206/1512/fhtf.jpg", 
     251            "link": "pcautoclub://bbs-topic/9631395" 
     252        }, 
     253        { 
     254            "img": "http://img0.pcauto.com.cn/pcauto/forum/club/app/000088206/1512/fhf_1.jpg", 
     255            "link": "pcautoclub://bbs-topic/9460170" 
     256        }, 
     257        { 
     258            "img": "http://img0.pcauto.com.cn/pcauto/forum/club/app/000088206/1512/rtui_1.jpg", 
     259            "link": "pcautoclub://bbs-topics/22265" 
     260        } 
     261    ], 
     262    "txts": [ 
     263        { 
     264            "txt": "说说那些影响了一代人的车坛老炮儿 ", 
     265            "link": "pcautoclub://club-talk/4721" 
     266        } 
     267    ], 
    220268    "data": [ 
    221269        { 
    222             "id": "0", 
    223             "name": "全部视频" 
    224         }, 
    225         { 
    226             "id": 92, 
    227             "name": "原创视频" 
    228         }, 
    229         { 
    230             "id": 42, 
    231             "name": "新车视频" 
    232         }, 
    233         { 
    234             "id": 1, 
    235             "name": "试车视频" 
    236         }, 
    237         { 
    238             "id": 3, 
    239             "name": "安全警示" 
    240         }, 
    241         { 
    242             "id": 43, 
    243             "name": "个性展示" 
    244         }, 
    245         { 
    246             "id": 44, 
    247             "name": "技术视频" 
    248         }, 
    249         { 
    250             "id": 32, 
    251             "name": "车展视频" 
    252         }, 
    253         { 
    254             "id": 2, 
    255             "name": "广告视频" 
    256         } 
    257     ] 
     270            "title": "【提车】分分钟变极光 我的伙伴金色X7", 
     271            "url": "http://bbs.pcauto.com.cn/topic-9463208.html", 
     272            "pic": "http://img0.pcauto.com.cn/pcauto/forum/club/shequ/wapshequ/wapshequhot/1512/2_5.jpg", 
     273            "summary": "车是我的朋友,兄弟,我从小就很喜欢车,小时候我就想拥有一辆属于自己的车。记得我父亲在我五岁生日的时候给我买了一个玩具车,那时候真是把我高兴坏了", 
     274            "userId": "42458858", 
     275            "appUrl": "pcautoclub://bbs-t32pic1", 
     276            "topicid": "", 
     277            "userfaceUrl": "http://i6.3conline.com/images/upload/upc/face/42/45/88/58/42458858_100x100" 
     278        } 
     279    ], 
     280    "total": "200", 
     281    "pageSize": "10", 
     282    "pageNo": "1", 
     283    "totalPage": 20 
    258284} 
    259285}}}