Changes between Version 158 and Version 159 of price_jiekou


Ignore:
Timestamp:
09/24/2014 02:41:10 PM (12 years ago)
Author:
pengzhanxuan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • price_jiekou

    v158 v159  
    13191319=== 26.获取某个栏目下的爆料 === 
    13201320{{{ 
    1321 备注:优惠终端显示赞和踩,发现和海淘显示赞 
     1321备注:新增的海淘,经验,晒物列表可调用此接口 
    13221322 请求URL:http://best.pconline.com.cn/intf/iphone/getListBySection.jsp?section=2&typeId=2&mallId=3 
    13231323 HTTP请求方式:get 
    13241324 是否需要登录:否 
    13251325 返回格式:json 
    1326  缓存方式:默认300秒 
    1327  缓存时间: 
     1326 缓存方式:页面缓存 
     1327 缓存时间:默认300秒 
    13281328 请求参数: 
    13291329       section: 栏目:0优惠 1海淘 2发现 3晒物 4经验  
     
    13581358        } 
    13591359}}} 
     1360 
     1361=== 27.获取各个频道的收藏数量 === 
     1362{{{ 
     1363备注: 
     1364请求URL:http://best.pconline.com.cn/intf/iphone/intf/iphone/getCollectsCountForUser_2nd.jsp 
     1365HTTP请求方式:get 
     1366是否需要登录:是 
     1367返回格式:json 
     1368缓存方式:页面缓存 
     1369缓存时间:默认300秒 
     1370请求参数: 
     1371返回参数: 
     1372        { 
     1373                counters: [ 
     1374                { 
     1375                        tabIndex: "1", 
     1376                        title: "海淘", 
     1377                        total: 0 
     1378                }, 
     1379                { 
     1380                        tabIndex: "2", 
     1381                        title: "优惠", 
     1382                        total: 0 
     1383                }, 
     1384                { 
     1385                        tabIndex: "3", 
     1386                        title: "发现", 
     1387                        total: 0 
     1388                }, 
     1389                { 
     1390                        tabIndex: "4", 
     1391                        title: "晒物", 
     1392                        total: 0 
     1393                }, 
     1394                { 
     1395                        tabIndex: "5", 
     1396                        title: "经验", 
     1397                        total: 0 
     1398                } 
     1399                ], 
     1400                msg: "获取成功", 
     1401                status: 1 
     1402        } 
     1403}}} 
     1404