[[TOC]] 回复某主题 || URL || http://mrobot.pcauto.com.cn/proxy/bbs/topics/$topic_ID || == Headers == || key || value || desc || || Cookie || common_session_id=xxoo || 生产环境所需 || == Form Field == || name || required || desc || || message || y || 回复内容正文 || == Example == request {{{ #!sh curl http://mrobot.pcauto.com.cn/proxy/bbs/topics/2612283 \ -H "Cookie:common_session_id=44A3AB8A580D537AB5D5931EB8720112594CE548810120C5" \ -d "message=foobar" }}} response {{{ #!python {"Location":"http://bbs.pcauto.com.cn/post-2612283_23367525.html"} }}}