Changes between Version 216 and Version 217 of price_jiekou


Ignore:
Timestamp:
12/10/2014 10:56:09 AM (11 years ago)
Author:
pengzhanxuan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • price_jiekou

    v216 v217  
    20512051    } 
    20522052}}} 
     2053 
     2054 
     2055== V1.5.0新增的接口 == 
     2056=== 37.获取通知栏的内容 === 
     2057{{{ 
     2058备注:暂无 
     2059 请求URL:http://best.pconline.com.cn/intf/iphone/getNotificationBarInfo.jsp 
     2060 HTTP请求方式:get 
     2061 是否需要登录:否 
     2062 返回格式:json 
     2063 缓存方式:页面缓存 
     2064 缓存时间:默认300秒 
     2065 请求参数: 
     2066        time 缓存时间,默认600秒 
     2067        hd  是否高清   0 否  1 是  
     2068        callback 回调函数 
     2069返回参数: 
     2070        { 
     2071                data: [ 
     2072                        { 
     2073                                bad: 0, 
     2074                                collectCount: 0, 
     2075                                commentNum: 0, 
     2076                                createName: "fushu", 
     2077                                currentPrice: "300", 
     2078                                deprecated: 0, 
     2079                                discount: "6.0折", 
     2080                                eb: "苏宁易购", 
     2081                                formerPrice: "500", 
     2082                                good: 0, 
     2083                                id: 106501, 
     2084                                image: "http://test745.pconline.com.cn:9191/pc_best/1412/04/c0/3464658_1417654331575_100x100.png", 
     2085                                isSupportPurchasing: 1, 
     2086                                overdueStatus: 0, 
     2087                                price: "非常优惠哦", 
     2088                                pubDate: "2014-12-04 08:53:29", 
     2089                                showSource: 1, 
     2090                                title: "测试分类推送", 
     2091                                topicType: 1, 
     2092                                tryToGetWapSource: "http://v20.pcauto.com.cn:8003/pcauto/wap_index.jsp?browser=fullscreen", 
     2093                                type: 1 
     2094                        } 
     2095                ] 
     2096        } 
     2097}}} 
     2098 
     2099----