Changes between Version 97 and Version 98 of price_jiekou


Ignore:
Timestamp:
03/12/2014 05:23:49 PM (12 years ago)
Author:
limingjiu
Comment:

增加:收藏总数获取接口

Legend:

Unmodified
Added
Removed
Modified
  • price_jiekou

    v97 v98  
    505505}}} 
    506506 
     507=== 4.3 获取用户各个收藏分类的收藏总数 === 
     508{{{ 
     509    url: 
     510    参数: 
     511    common_session_id: 登录后session,Cookies中 
     512     
     513    返回: 
     514  "result": { 
     515    "status": (1成功,0失败), 
     516    "msg": (失败后的提示) 
     517    "counters": [ 
     518    { 
     519      "id": 123, 
     520      "title":"优惠" 
     521      “count”: 28, 
     522    }, 
     523    { 
     524      "id": 123, 
     525      "title":"海淘" 
     526      “count”: 28, 
     527    } 
     528    { 
     529      "id": 123, 
     530      "title":"发现" 
     531      “count”: 28, 
     532    } 
     533    { 
     534      "id": 123, 
     535      "title":"晒物" 
     536      “count”: 28, 
     537    } 
     538    { 
     539      "id": 123, 
     540      "title":"经验" 
     541      “count”: 28, 
     542    }]} 
     543}}} 
    507544 
    508545=== 5.0 海淘电商分类列表 ===