Changes between Version 48 and Version 49 of WikiStart/web-intf


Ignore:
Timestamp:
10/15/2012 10:13:06 AM (14 years ago)
Author:
yeweixian
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart/web-intf

    v48 v49  
    550550 
    551551{{{ 
    552 }}} 
    553  
    554 返回参数:[[BR]] 
    555 {{{ 
    556 }}} 
     552session:common_session_id 
     553userId:用户id 
     554}}} 
     555 
     556返回参数:[[BR]] 
     557{{{ 
     558{ 
     559        "userId": 1, 
     560    "userName":"XXX", 
     561    "products": [ 
     562        { 
     563            "id": 2203, 
     564            "name": "田园布艺沙发 sj002abc", 
     565            "src": "http://xxx", 
     566            "link": "http://xxx", 
     567            "price": 998.00, 
     568            "price2": 998.00, 
     569            "favorite": 523, 
     570            "favoriteTime": XXXX-XX-XX 
     571        }, 
     572        { 
     573            "id": 2204, 
     574            "name": "田园布艺沙发 sj002abc123", 
     575            "src": "http://xxx", 
     576            "link": "http://xxx", 
     577            "price": 998.00, 
     578            "price2": 998.00, 
     579            "favorite": 52, 
     580            "favoriteTime": XXXX-XX-XX 
     581        } 
     582    ] 
     583} 
     584}}} 
     585userId: 用户id 
     586userName: 用户昵称 
     587products: 产品列表 
     588id: 产品id 
     589name: 产品名 
     590src: 产品图片地址 
     591link: 产品链接 
     592price: 价格 
     593price2: 折扣价 
     594favorite: 收藏数 
     595favoriteTime: 收藏时间 
    557596 
    558597== 13.收藏列表 ==