Changes between Initial Version and Version 1 of API/BBS/Reply-The-Topic


Ignore:
Timestamp:
04/28/2011 10:39:33 AM (15 years ago)
Author:
lee
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • API/BBS/Reply-The-Topic

    v1 v1  
     1[[TOC]] 
     2 
     3 
     4|| URL || http://dev85.pcauto.com.cn/proxy/bbs/topics/$TOPIC_ID 
     5 
     6== Headers == 
     7 
     8仅用于开发环境。 
     9 
     10|| key || value ||  
     11|| Cookie || common_session_id1=1E206769DF2AC93174ACCA2C04D86B60B43FD0351F1331A8 || 
     12 
     13== Form Field == 
     14 
     15|| name || required || desc || 
     16|| message || y || 回复内容正文 || 
     17 
     18== Example == 
     19 
     20{{{ 
     21#!sh 
     22 
     23curl  http://dev85.pcauto.com.cn/proxy/bbs/topics/2479944  
     24-H "Cookie:common_session_id1=1E206769DF2AC93174ACCA2C04D86B60B43FD0351F1331A8"  
     25-d "message=MessageText?" 
     26}}}