Changes between Version 170 and Version 171 of price_jiekou


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

--

Legend:

Unmodified
Added
Removed
Modified
  • price_jiekou

    v170 v171  
    15681568---- 
    15691569 
    1570  
    15711570=== 32.获取置顶广告位 === 
    15721571{{{ 
     
    16261625        } 
    16271626}}} 
     1627 
     1628---- 
     1629 
     1630=== 33.分类栏目接口v1.4 === 
     1631{{{ 
     1632备注: 
     1633请求URL:http://best.pconline/intf/iphone/getSortChannel_2nd.jsp?type=0 
     1634HTTP请求方式:get 
     1635是否需要登录:否 
     1636返回格式:json 
     1637缓存方式:页面缓存 
     1638缓存时间:默认300秒 
     1639请求参数: 
     1640        time 缓存时间,默认300秒 
     1641        type 0  发现频道  1 优惠频道 
     1642返回参数: 
     1643        { 
     1644                sections: [ 
     1645                { 
     1646                        section: [ 
     1647                        { 
     1648                                id: 0, 
     1649                                name: "最新发现", 
     1650                                show: 1 
     1651                        }, 
     1652                        { 
     1653                                id: 1001, 
     1654                                name: "最热发现", 
     1655                                show: 1, 
     1656                                url: "http://best.pconline.com.cn/intf/iphone/getTopicListOfTop.jsp?isIndex=0" 
     1657                        }, 
     1658                        { 
     1659                                id: 288, 
     1660                                name: "电脑数码", 
     1661                                show: 1 
     1662                        }, 
     1663                        { 
     1664                                id: 1492, 
     1665                                name: "礼品钟表", 
     1666                                show: 1 
     1667                        } 
     1668                        ], 
     1669                        sectionName: "发现栏目" 
     1670                } 
     1671                ]        
     1672        } 
     1673}}}