Changes between Version 76 and Version 77 of price_jiekou


Ignore:
Timestamp:
02/26/2014 06:20:51 PM (12 years ago)
Author:
hejingdong
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • price_jiekou

    v76 v77  
    500500 
    501501 
    502 === 5.0 晒货(和旧版的一页) === 
    503 {{{ 
    504     url:http://www.pconline.com.cn/jrzcz/app/1311/intf3741.js 
    505     参数: 
    506     pageNo: 
    507     pageSize: 
    508      
    509     请求方法:get 
    510     是否需要登录:否 
    511     返回参数: 
     502=== 5.0 海淘分类列表 === 
     503{{{ 
     504    url: 
     505    HTTP请求方式:get 
     506    是否需要登录:否 
     507    参数说明:  
     508 
     509返回数据: 
     510{ 
     511  "order": [                                                             //排序(发现页) 
     512    { 
     513      "name": "最新发现", //分类名字 
     514      "id": "0", //分类ID,用于2.2中的topicId参数 
     515      "imageSrc": "www.pconline.com.cn", //图标 
     516      "imageSrcPressed": "www.pconline.com.cn" //被选中的图标 
     517    }, 
     518    { 
     519      "name": "最热发现", 
     520      "url": "www.pconlien.com.cn", 
     521      "id": "0", 
     522      "imageSrc": "www.pconline.com.cn", 
     523      "imageSrcPressed": "www.pconline.com.cn" 
     524    } 
     525  ], 
     526  "category": [                                                         //优惠分类 
     527    { 
     528      "name": "优惠精选", 
     529      "id": "123", 
     530      "imageSrc": "www.pconline.com.cn", 
     531      "imageSrcPressed": "www.pconline.com.cn" 
     532    }, 
     533    { 
     534      "name": "数码家电", 
     535      "id": "124", 
     536      "imageSrc": "www.pconline.com.cn", 
     537      "imageSrcPressed": "www.pconline.com.cn" 
     538    } 
     539  ] 
     540} 
    512541{ 
    513542topics: [   帖子数组