Changes between Version 9 and Version 10 of price_jiekou


Ignore:
Timestamp:
07/19/2013 11:27:02 AM (13 years ago)
Author:
chenyu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • price_jiekou

    v9 v10  
    222222 
    223223}}} 
     224 
     225=== 1.8 发现列表接口 === 
     226{{{ 
     227    请求参数: 分类 
     228    请求方法:get 
     229    是否需要登录:否 
     230    返回参数: 
     231{ 
     232    "pageCount":"9", 
     233    "pageNo":"1", 
     234    "data":[ 
     235        { 
     236            "commentNum":"0", 
     237            "id":"2395585", 
     238            "title":"“BMW大师殿堂”杨丽萍舞剧《孔雀》在陕西惊艳登场", 
     239            "image":"http://img0.pcauto.com.cn/pcauto/1303/15/2395585_1.png", 
     240            "imageHeight":"123", 
     241            "imageWidth":"350", 
     242            "pubDate":"2013-02-03",        //时间 
     243            "wroth":"1",    //值的数量 
     244            "price":"160元包邮"    //价格 
     245        } 
     246    ], 
     247    "pageSize":"20" 
     248} 
     249 
     250}}}