Changes between Version 58 and Version 59 of price_jiekou


Ignore:
Timestamp:
02/14/2014 04:01:37 PM (12 years ago)
Author:
hejingdong
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • price_jiekou

    v58 v59  
    415415}}} 
    416416 
    417  
     417== V1.2.0用到的接口 == 
    418418 
    419419=== 4.0 获取收藏列表 === 
     
    488488} 
    489489}}} 
     490 
     491 
     492 
     493=== 5.0 内容列表 === 
     494{{{ 
     495    url: 
     496    参数: 
     497    common_session_id: 登录后session,Cookies中 
     498    pageNo: 
     499    pageSize: 
     500    typeId: 类型(1优惠、2发现、3海淘、4经验、5晒物)//暂时不用 
     501     
     502    请求方法:post 
     503    是否需要登录:否 
     504    返回参数: 
     505{ 
     506  "focus": [ 
     507    { 
     508      "id": "", 
     509      "title": "", 
     510      "image": "", 
     511      "invalid": 1 
     512    } 
     513  ], 
     514  "products": [ 
     515    { 
     516      "id": 123, 
     517      "title": "", 
     518      "time": "", 
     519      "price": "", 
     520      "des": "", 
     521      "eb": "", 
     522      "image": "http://xxx", 
     523      "invalid": 1, 
     524      "cmtCount": 1, 
     525      "favCount": 1 
     526    } 
     527  ] 
     528} 
     529}}}