Changes between Version 75 and Version 76 of baby/interface


Ignore:
Timestamp:
07/18/2014 10:41:14 AM (12 years ago)
Author:
lianchijin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • baby/interface

    v75 v76  
    10901090  缓存时间:无 
    10911091  请求参数: 
    1092   type:1文章  2帖子  3百科 4问答 5课程  6食谱 
    1093   设置header  Cookie = "common_session_id=xxxx"; 
    1094   id: 
    1095   返回参数 
    1096   { 
    1097    msg: 
    1098    result: 
     1092  type:收藏对象类型(0文章;5帖子;1百科;6问答;7课程;8食谱) 
     1093  common_session_id:登录用户id 
     1094  token:设备唯一号 
     1095  id:收藏对象标识码,可以是ID也可以是URL 
     1096  返回参数 
     1097  { 
     1098   msg:    //提示信息 
     1099   result:  // 
    10991100  } 
    11001101}}} 
     
    11031104{{{ 
    11041105  备注:删除收藏 
    1105   接口开发:吴全贵 
    1106   请求URL: 
     1106  接口开发:谢思华 
     1107  请求URL:http://baike.pcbaby.com.cn/intf/app/2.0/favor_uncollect_103.jsp  
    11071108  HTTP请求方式:post 
    11081109  是否需要登录:否 
     
    11111112  缓存时间:无 
    11121113  请求参数: 
    1113   设置header  Cookie = "common_session_id=xxxx"; 
     1114  type:收藏对象类型(0文章;5帖子;1百科;6问答;7课程;8食谱) 
     1115  common_session_id:登录用户id 
    11141116  token:设备唯一号 
    1115   id: 
    1116   type:1文章  2帖子  3百科 4问答 5课程  6食谱 
    1117   返回参数 
    1118   { 
    1119    msg: 
    1120    result: 
     1117  id:收藏对象标识码,可以是ID也可以是URL 
     1118  返回参数 
     1119  { 
     1120   msg:    //提示信息 
     1121   result:  //1:取消收藏成功;  0:该文章不存在或已取消收藏 
    11211122  } 
    11221123}}}