Changes between Version 83 and Version 84 of pcauto_4.3.0/interface


Ignore:
Timestamp:
05/22/2014 11:56:15 AM (12 years ago)
Author:
fuxingfang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_4.3.0/interface

    v83 v84  
    408408 
    409409 
    410 === 2.14 [=#point214 优惠活动列表]=== 
    411 {{{ 
    412  
    413 接口URL: 
     410=== 2.14 [=#point214 优惠活动列表](可内测)=== 
     411{{{ 
     412 
     413接口URL:http://mrobot.pcauto.com.cn/v3/price/activityList/1?pageNo=1&pageSize=20 
    414414 
    415415请求参数: 
    416 areaId或者pro和city  // 地区参数 
     416地区id 
     417pageNo:页数 
     418pageSize:每页显示多少条 
    417419 
    418420 
     
    424426设计稿:todo 
    425427备注: 
    426 focus和data字段由cms提供,topFocus由madmin提供, 
    427 参考http://mrobot.pcauto.com.cn/v2/cms/channels/1?v=4.0.0的做法 
     428focus和data字段由商城提供,topFocus由madmin提供, 
    428429返回结果: 
    429430{ 
    430431    "data":[ 
    431432        { 
    432             "id":2, 
     433            "id":2, //活动id 
    433434            "discount":"25", 
    434435            "price":"65", 
     
    436437            "image":"http://img0.pcauto.com.cn/pcauto/1401/14/g_3757705_1389682614382_240x160.jpg", 
    437438            "title":"全新劳恩斯或定名捷恩斯 北京车展发布", 
    438             "serialName":"马自达" 
     439            "serialName":"马自达", 
     440            "person":12 //报名人数 
    439441        } 
    440442    ], 
     
    446448    ], 
    447449    "topFocus":[ 
    448         { 
    449             "to-uri":"pcautobrowser://information-article/1234", 
    450             "image":"http://img0.pcauto.com.cn/pcauto/nation/ycxc/1404/cla.jpg" 
    451         } 
    452     ], 
     450    { 
     451        "cc-uri": "http://192.168.20.6?a=20d", 
     452        "image": "http://img.pconline.com.cn/images/upload/upc/tx/bbs6/1312/24/c15/29958207_1387877831317_1024x1024.png", 
     453        "seq": 7, 
     454        "title": "活动列表焦点图跳转到活动详情页", 
     455        "to-uri": "pcautobrowser://activity/?aId=123", 
     456        "updateAt": 1400601600000, 
     457        "vc-uri": "http://192.168.20.6?a=19d" 
     458    }, 
     459    { 
     460        "image": "http://imgad0.pcauto.com.cn/ivy/image/201310/10/13813889285530.jpg", 
     461        "seq": 8, 
     462        "title": "活动列表焦点图跳转到帖子页", 
     463        "to-uri": "pcautobrowser://activity/?topicId=123", 
     464        "updateAt": 1400601600000 
     465    }, 
     466    { 
     467        "image": "http://imgad0.pcauto.com.cn/ivy/image/201310/10/13813889285530.jpg", 
     468        "seq": 9, 
     469        "title": "活动列表焦点图跳转到专题", 
     470        "to-uri": "pcautobrowser://activity/?uri=xxx", 
     471        "updateAt": 1400601600000 
     472    } 
     473], 
    453474    "pageNo":1, 
    454475    "pageSize":5, 
     476    "pageCount":12, 
    455477    "total":150 
    456478} 
    457  
    458479 
    459480}}}