Changes between Version 25 and Version 26 of baby2.2_developers/interface


Ignore:
Timestamp:
03/05/2015 11:08:28 AM (11 years ago)
Author:
lianchijin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • baby2.2_developers/interface

    v25 v26  
    466466} 
    467467}}} 
     468 
     469==== 3.3 回帖 ==== 
     470{{{ 
     471  备注:回帖接口 
     472        (参照接口:http://trac.pc.com.cn/iphone/wiki/baby/interface#a4.5回帖接口 , 去除可匿名参数) 
     473  接口开发:丁健勇 
     474  mrobot接口URL: 
     475  后端接口URL: 
     476  HTTP请求方式:post 
     477  是否需要登录:否 
     478  返回格式:JSON 
     479  缓存方式:无 
     480  缓存时间: 
     481  请求参数: 
     482  topicId:主题ID 
     483  title:主题标题 
     484  message:内容 
     485  replyToId:回复楼层的id 
     486  设置header  Cookie = "common_session_id=xxxx" 
     487 
     488  返回参数: 
     489   发帖成功,返回HTTP响应头为201,即内容创建成功 
     490  { 
     491     "Location": "http://bbs.pcbaby.com.cn/post-2156187_39095567.html" 
     492  } 
     493}}}