Changes between Version 125 and Version 126 of baby/interface


Ignore:
Timestamp:
09/09/2014 02:19:40 PM (12 years ago)
Author:
songxiaochen
Comment:

启动图广告接口

Legend:

Unmodified
Added
Removed
Modified
  • baby/interface

    v125 v126  
    9494{{{ 
    9595    请求url:http://baike.pcbaby.com.cn/intf/app/launch_101.jsp?REQUEST_CODE=101, 
    96     HTTP请求方式:undefined, 
    97     是否需要登录:true, 
     96    HTTP请求方式:get 
     97    是否需要登录: 
    9898    返回格式:json, 
    9999    返缓存方式:无, 
     
    110110      "RESPONSE_STATUS":100 
    111111  } 
     112}}} 
     113==== 1.2启动广告 ==== 
     114{{{ 
     115    请求url:http://mrobot.pcbaby.com.cn/v3/ad 
     116    HTTP请求方式:get 
     117    是否需要登录:否 
     118    返回格式:json 
     119    返缓存方式:无 
     120    缓存时间:无 
     121    请求参数:无 
     122    说明:无 
     123    返回结果: 
     124   { 
     125    "pckids.app.qzbd.zx.qp.": 
     126    { 
     127        "ad": 
     128        { 
     129            "cc-uri": "", 
     130            "cc3d-uri":"", 
     131            "img":"http://imgad0.pcauto.com.cn/ivy/image/20149/5/14099100976890.jpg", 
     132            "to-uri":"", 
     133            "vc-uri":"http://ivy.pcauto.com.cn/adpuba/show?adid=333659&id=auto.khd.zx.qdtdh.&media=js", 
     134            "vc3d-uri":"" 
     135        }, 
     136        "rule": 
     137        { 
     138            "age":3, 
     139            "delay":0, 
     140            "interval":0 
     141        } 
     142    } 
     143} 
     144 
    112145}}} 
    113146=== 2.0工具 ===