Changes between Version 3 and Version 4 of API/BBS/Post-New-Topic


Ignore:
Timestamp:
04/28/2011 02:25:56 PM (15 years ago)
Author:
lee
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • API/BBS/Post-New-Topic

    v3 v4  
    1818|| title || 标题 || 
    1919|| message || 正文 || 
     20 
     21== Response == 
     22 
     23 
     24|| success status code || desc || 
     25|| 201 || CREATED || 
     26 
     27 
     28Response body success example:  
     29 
     30{{{ 
     31#!py 
     32responseData: { 
     33    Location = "http://localhost.pcauto.com.cn/bbs6/topic-3169406.html"; 
     34} 
     35}}}