Changes between Version 53 and Version 54 of price_jiekou


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

--

Legend:

Unmodified
Added
Removed
Modified
  • price_jiekou

    v53 v54  
    429429    是否需要登录:否 
    430430    返回参数: 
    431  
    432431{ 
    433432  "products": [ 
     
    437436      "time": "", 
    438437      "price": "", 
    439       "eb": "", 
     438      "eb": "",(电商名称) 
    440439      "image": "http://xxx", 
    441440      "invalid": (1已失效,0未失效) 
    442441    } 
    443   ] 
     442  ], 
     443  "pageNo": 1, 
     444  "pageSize": 20, 
     445  "total": 100 
    444446} 
    445447晒物和经验没有的字段,填入空字符串 
    446448}}} 
     449 
     450 
     451=== 4.1 添加收藏 === 
     452{{{ 
     453    url: 
     454     
     455    参数: 
     456    common_session_id: 登录后session,Cookies中 
     457    ids:12312,57847   id的串,用逗号分隔,可单个可多个 
     458    type: 类型(1优惠、2发现、3海淘、4经验、5晒物)//暂时不用 
     459     
     460    请求方法:post 
     461    是否需要登录:否 
     462    返回参数: 
     463{ 
     464  "result": (1成功,0失败), 
     465  "msg": (失败后的提示) 
     466} 
     467}}} 
     468 
     469 
     470=== 4.2 删除收藏 === 
     471{{{ 
     472    url: 
     473    参数: 
     474    common_session_id: 登录后session,Cookies中 
     475    ids:12312,57847   id的串,用逗号分隔,可单个可多个 
     476    type: 类型(1优惠、2发现、3海淘、4经验、5晒物)//暂时不用 
     477     
     478    请求方法:post 
     479    是否需要登录:否 
     480    返回参数: 
     481{ 
     482  "result": (1成功,0失败), 
     483  "msg": (失败后的提示) 
     484} 
     485}}}