Changes between Version 169 and Version 170 of price_jiekou


Ignore:
Timestamp:
09/25/2014 02:26:23 PM (12 years ago)
Author:
pengzhanxuan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • price_jiekou

    v169 v170  
    15651565        返回wap页面 
    15661566}}} 
     1567 
     1568---- 
     1569 
     1570 
     1571=== 32.获取置顶广告位 === 
     1572{{{ 
     1573备注: 
     1574请求URL:http://best.pconline.com.cn/intf/iphone/intf/iphone/getAdPositionList.jsp?type=5 
     1575HTTP请求方式:get 
     1576是否需要登录:否 
     1577返回格式:json 
     1578缓存方式:页面缓存 
     1579缓存时间:默认300秒 
     1580请求参数: 
     1581        time 缓存时间,默认300秒 
     1582        type 5 App首页置顶广告位   6 App海淘置顶广告位   7 App晒物置顶广告位   8 App经验置顶广告位 
     1583        pageNo 默认1 
     1584        pageSize  默认5 
     1585返回参数: 
     1586        { 
     1587                data: [ 
     1588                        { 
     1589                                adId: 51, 
     1590                                adTitle: "好东西哇", 
     1591                                createTime: "2014-09-25 14:15:55", 
     1592                                imageUrl: "", 
     1593                                imageUrl_170x70: "", 
     1594                                positionIndex: 5, 
     1595                                topic: { 
     1596                                        bad: 1, 
     1597                                        collectCount: 3, 
     1598                                        commentNum: 0, 
     1599                                        createName: "crazyhook", 
     1600                                        good: 2, 
     1601                                        id: 73727, 
     1602                                        image: "http://img.pconline.com.cn/images/upload/upc/tx/pc_best/1409/22/c2/38860140_1411372041425_255x255.jpg", 
     1603                                        overdueStatus: 0, 
     1604                                        price: "199.99美元约¥1227 (国内¥1799)", 
     1605                                        pubDate: "2014-09-22 15:49:42", 
     1606                                        showSource: 1, 
     1607                                        time: "2014-09-49", 
     1608                                        title: "Sony 索尼 PCM-M10 4GB 录音笔", 
     1609                                        topicType: 2, 
     1610                                        tryToGetWapSource: "http://www.amazon.com/gp/product/B002R56C4O/ref=as_li_tl?ie=UTF8&camp=1789&creative=390957&creativeASIN=B002R56C4O&linkCode=as2&tag=bp072-20&linkId=63QE7MVH4UJVR5QL&browser=fullscreen" 
     1611                                }, 
     1612                                url: "http://best.pconline.com.cn/haitao/73727.html", 
     1613                                urlType: 1  // 1 爆料    2 网页 
     1614                        }, 
     1615                        { 
     1616                                adId: 41, 
     1617                                adTitle: "标题", 
     1618                                createTime: "2014-09-25 12:01:41", 
     1619                                imageUrl: "", 
     1620                                imageUrl_170x70: "", 
     1621                                positionIndex: 5, 
     1622                                url: "http://best.pconline.com.cn", 
     1623                                urlType: 2  // 1 爆料    2 网页 
     1624                        } 
     1625                ] 
     1626        } 
     1627}}}