Changes between Version 41 and Version 42 of pcauto_pconline_3.3.0/web-intf


Ignore:
Timestamp:
11/26/2012 09:25:14 AM (13 years ago)
Author:
daiyuwen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_pconline_3.3.0/web-intf

    v41 v42  
    7575==  1.5 [=#point105 电脑网涉及接口 ] == 
    7676   
    77 {{{ 
     77 
    7878如下接口均为涉及到的接口 
    7979 2.1 [#point201 产品终端页点评分数参数修改(电脑)][[BR]]  
     
    8787 2.5 [#point205 广告HTML界面增加参数(电脑,汽车) ][[BR]] 
    8888  
    89  2.17 [#point217 产品库的文章中,将评测文章置顶(电脑) ] [[BR]] 
     89 这个为完成,接口与之前不变 2.17 [#point217 产品库的文章中,将评测文章置顶(电脑) ] [[BR]] 
    9090  
    9191 2.18 [#point218 电脑网对比页面 ]  
    9292 
    93 }}} 
     93 
    9494==  2. [=#point200 mrobot的接口 ] == 
    9595mrobot自身的接口,由客户端调用 
     
    12651265 
    12661266===  2.17 [#point217 产品库的文章中,将评测文章置顶(电脑) ] ===  
     1267{{{ 
     1268请求方式:get  
     1269是否需要登录:否  
     1270请求参数:  
     1271    modelId:产品id  
     1272   pageNo:第几页 
     1273    pageSize:分页数 
     1274Url: 
     1275    http://mrobot.pconline.com.cn/v3/product/information/{modelId} 
     1276范例: 
     1277    http://mrobot.pconline.com.cn/v3/product/information/501690 
     1278 
     1279返回参数 
     1280{ 
     1281    "total": 136, 
     1282    "pageCount": 68, 
     1283    "pageNo": 1, 
     1284    "pageSize": 2, 
     1285    "articleList": [ 
     1286        { 
     1287            "id": "2893356", 
     1288            "title": "不为损失?分析师曝光苹果告三星真正动机", 
     1289            "image": "http://img0.pconline.com.cn/pconline/1208/08/g_2893356_1344389815827.jpg", 
     1290            "channel": "相关文章" 
     1291        }, 
     1292        { 
     1293            "id": "2893491", 
     1294            "title": "市场销量达到7成! iPad霸占中国平板领域", 
     1295            "image": "http://img0.pconline.com.cn/pconline/1208/08/g_2893491_1344392560706.jpg", 
     1296            "channel": "相关文章" 
     1297        } 
     1298    ], 
     1299    "productId": 501690 
     1300} 
     1301 
     1302 
     1303id 文章id 
     1304title 标题 
     1305channel 文章栏目 
     1306total  评论数 
     1307pageCount 总页数 
     1308image 导读图 
     1309 
     1310 
     1311 
     1312 
     1313 
     1314 
     1315}}} 
     1316 
     1317 
     1318 
    12671319===  2.18 [=#point218 电脑网对比页面 ] ===   
    12681320{{{