wiki:API/BBS/Reply-The-Topic

回复某主题

URL  http://mrobot.pcauto.com.cn/proxy/bbs/topics/$topic_ID

request Headers

key value desc
Cookie common_session_id=xxoo 生产环境所需

request Form Field

name required desc
message y 回复内容正文
agent [12], 1 表示 iphone , 2 表示 android

Example

request

curl http://mrobot.pcauto.com.cn/proxy/bbs/topics/2612283  \
 -H "Cookie:common_session_id=44A3AB8A580D537AB5D5931EB8720112594CE548810120C5" \
 -d "message=foobar"

response header

success status code desc
201 CREATED

response body

{"Location":"http://bbs.pcauto.com.cn/post-2612283_23367525.html"}