Changes between Version 12 and Version 13 of pcauto_4.1.0/interface


Ignore:
Timestamp:
12/16/2013 02:40:56 PM (12 years ago)
Author:
leijingtang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_4.1.0/interface

    v12 v13  
    236236}}} 
    237237 
     238=== 2.8 [=#point208 新增广告]=== 
     239{{{ 
     240    url:http://mrobot.pcauto.com.cn/v3/ad 
     241    作用:获取广告,在原来的基础上添加以下广告 
     242    使用范围:汽车网app 
     243 
     244    HTTP请求方式:get                          
     245    是否需要登录:否                           
     246    请求参数:none 
     247    设计稿: 
     248    返回参数: 
     249 
     250置顶帖子: 
     251“auto.khd.zx.zdtz" 
     252 
     253{ 
     254     “rule”:{ 
     255          “age”:123, 
     256          ”interval”:123, 
     257          ”delay”:2 
     258     }, 
     259     “ad”:{ 
     260          “title”:”这是论坛置顶帖”, 
     261          “img”:”http://xxxxxx”, 
     262          “ups”:123, 
     263          “downs”:123, 
     264          “commentCount”:123, 
     265          “to-uri”:””, 
     266          “vc-uri”:””, 
     267          “cc-uri”, 
     268          “vc3d-uri”, 
     269          “cc3d-uri" 
     270     } 
     271} 
     272 
     273搜车关键字: 
     274“auto.khd.zx.scgjz" 
     275{ 
     276     “ad”:{ 
     277          “title”:”这是关键字”, 
     278          “vc-uri”:””, 
     279          “cc-uri”:””, 
     280          “vc3d-uri”:””, 
     281          “cc3d-uri”:"" 
     282     } 
     283} 
     284 
     285车型页中栏: 
     286“auto.khd.zx.cxyzl" 
     287{ 
     288    "rule":{ 
     289        "delay":1, 
     290        "interval":10, 
     291        "age":10 
     292    }, 
     293    "ad":{ 
     294        "img":"http://219.136.245.79/demo/ad/banner.png", 
     295        "to-uri":"http://flv.pcvideo.com.cn/pconline/videocenter/interior/2013/01/30/A31EB18313043006.mp4", 
     296        "vc-uri":"http://127.0.0.1:8080/click.jsp?type=vc", 
     297        "cc-uri":"http://127.0.0.1:8080/click.jsp?type=cc", 
     298        "vc3d-uri":"http://192.168.20.6?a=3d", 
     299        "cc3d-uri":"http://192.168.20.68?a=3d" 
     300    } 
     301}  
     302 
     303推荐图集: 
     304“auto.khd.zx.tjtj" 
     305{ 
     306    "ad":{ 
     307        "img":"http://219.136.245.79/demo/ad/banner.png", 
     308        "to-uri":"http://flv.pcvideo.com.cn/pconline/videocenter/interior/2013/01/30/A31EB18313043006.mp4", 
     309        "vc-uri":"http://127.0.0.1:8080/click.jsp?type=vc", 
     310        "cc-uri":"http://127.0.0.1:8080/click.jsp?type=cc", 
     311        "vc3d-uri":"http://192.168.20.6?a=3d", 
     312        "cc3d-uri":"http://192.168.20.68?a=3d" 
     313    } 
     314}  
     315 
     316 
     317 
     318 
     319 
     320启动图动画 
     321“auto.khd.zx.qdtdh"  
     322{ 
     323    "rule":{ 
     324        "delay":1, 
     325        "interval":10, 
     326        "age":10 
     327    }, 
     328    "ad":{ 
     329        "img":"http://219.136.245.79/demo/ad/banner.png", 
     330        "to-uri":"http://flv.pcvideo.com.cn/pconline/videocenter/interior/2013/01/30/A31EB18313043006.mp4", 
     331        "vc-uri":"http://127.0.0.1:8080/click.jsp?type=vc", 
     332        "cc-uri":"http://127.0.0.1:8080/click.jsp?type=cc", 
     333        "vc3d-uri":"http://192.168.20.6?a=3d", 
     334        "cc3d-uri":"http://192.168.20.68?a=3d" 
     335    } 
     336} 
     337 
     338  
     339个人中心运营位 
     340“auto.khd.zx.grzxyyw" 
     341{ 
     342    "ad":{ 
     343        "title”:”这是个人中心运营位", 
     344        "to-uri":"x", 
     345        "vc-uri":"x", 
     346        "cc-uri":"x", 
     347        "vc3d-uri":"x", 
     348        "cc3d-uri":"x" 
     349    } 
     350}  
     351 
     352 
     353 
     354评论上方运营位 
     355“auto.khd.zx.plsfyyw" 
     356{ 
     357    "ad":{ 
     358        "title”:”这是评论上方运营位", 
     359        "to-uri":"x", 
     360        "vc-uri":"x", 
     361        "cc-uri":"x", 
     362        "vc3d-uri":"x", 
     363        "cc3d-uri":"x" 
     364    } 
     365 
     366 
     367}}} 
     368 
    238369== 3.开发时间、负责人、进度和实现方式== 
    239370