Changes between Version 51 and Version 52 of price_jiekou


Ignore:
Timestamp:
01/28/2014 03:01:38 PM (12 years ago)
Author:
hejingdong
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • price_jiekou

    v51 v52  
    414414 
    415415}}} 
     416 
     417 
     418 
     419=== 4.0 获取收藏列表 === 
     420{{{ 
     421    url: 
     422     
     423    参数: 
     424    common_session_id: 登录后session,Cookies中 
     425    type: 类型(优惠、发现、海淘、经验、晒物) 
     426    pageNo: 
     427    pageSize: 
     428    请求方法:get 
     429    是否需要登录:否 
     430    返回参数: 
     431 
     432{ 
     433  "products": [ 
     434    { 
     435      "id": 123, 
     436      “title”: "", 
     437      "time": "", 
     438      "price": "", 
     439      "eb": "", 
     440      "image": "http://xxx", 
     441      "invalid": (1已失效,0未失效) 
     442    } 
     443  ] 
     444} 
     445晒物和经验没有的字段,填入空字符串 
     446}}}