Changes between Version 4 and Version 5 of API/BBS/Reply-The-Topic


Ignore:
Timestamp:
05/16/2011 07:51:06 PM (15 years ago)
Author:
pangchongyang
Comment:

--

Legend:

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

    v4 v5  
    33回复某主题 
    44 
    5 || URL || 开发环境: http://dev85.pcauto.com.cn/proxy/bbs/topics/$TOPIC_ID  [[BR]] 生产环境:  http://mrobot.pcauto.com.cn/proxy/bbs/topics/$topic_ID 
     5|| URL || http://mrobot.pcauto.com.cn/proxy/bbs/topics/$topic_ID 
    66 || 
    77 
     
    1010 
    1111|| key || value || desc || 
    12 || Cookie || common_session_id1=1E206769DF2AC93174ACCA2C04D86B60B43FD0351F1331A8 || 开发环境所需 || 
    1312|| Cookie || common_session_id=xxoo ||  生产环境所需 || 
    1413 
     
    2625#!sh 
    2726 
    28 curl  http://dev85.pcauto.com.cn/proxy/bbs/topics/2479944  
    29 -H "Cookie:common_session_id1=1E206769DF2AC93174ACCA2C04D86B60B43FD0351F1331A8"  
    30 -d "message=MessageText?" 
     27curl http://mrobot.pcauto.com.cn/proxy/bbs/topics/2612283  \ 
     28 -H "Cookie:common_session_id=44A3AB8A580D537AB5D5931EB8720112594CE548810120C5" \ 
     29 -d "message=foobar" 
    3130}}} 
    3231 
    33 response body 
     32 
     33response  
    3434 
    3535{{{ 
    36 #!py 
     36#!python 
    3737 
    38 { 
    39   "pageNo": 1, 
    40   "pageSize": 10, 
    41   "postList": [ 
    42     { 
    43       "author": { 
    44         "name": "ddd", 
    45         "nickname": "ddd", 
    46         "userId": 32726 
    47       }, 
    48       "createAt": 1303455249000, 
    49       "floor": 1, 
    50       "message": "1234567890", 
    51       "postId": 23260153, 
    52       "status": 0 
    53     }, 
    54     { 
    55       "author": { 
    56         "name": "ddd", 
    57         "nickname": "ddd", 
    58         "userId": 32726 
    59       }, 
    60       "createAt": 1303455898000, 
    61       "floor": 2, 
    62       "message": "1234567890", 
    63       "postId": 23260154, 
    64       "status": 0 
    65     }, 
    66     { 
    67       "author": { 
    68         "name": "ddd", 
    69         "nickname": "ddd", 
    70         "userId": 32726 
    71       }, 
    72       "createAt": 1303455958000, 
    73       "floor": 3, 
    74       "message": "1234567890", 
    75       "postId": 23260155, 
    76       "status": 0 
    77     }, 
    78     { 
    79       "author": { 
    80         "name": "ddd", 
    81         "nickname": "ddd", 
    82         "userId": 32726 
    83       }, 
    84       "createAt": 1303456255000, 
    85       "floor": 4, 
    86       "message": "1234567890", 
    87       "postId": 23260156, 
    88       "status": 0 
    89     }, 
    90     { 
    91       "author": { 
    92         "name": "ddd", 
    93         "nickname": "ddd", 
    94         "userId": 32726 
    95       }, 
    96       "createAt": 1303456277000, 
    97       "floor": 5, 
    98       "message": "1234567890", 
    99       "postId": 23260157, 
    100       "status": 0 
    101     }, 
    102     { 
    103       "author": { 
    104         "name": "ddd", 
    105         "nickname": "ddd", 
    106         "userId": 32726 
    107       }, 
    108       "createAt": 1303456278000, 
    109       "floor": 6, 
    110       "message": "1234567890", 
    111       "postId": 23260158, 
    112       "status": 0 
    113     } 
    114   ], 
    115   "topic": { 
    116     "author": { 
    117       "name": "ddd", 
    118       "nickname": "ddd", 
    119       "userId": 32726 
    120     }, 
    121     "createAt": 1303455249000, 
    122     "lastPostAt": 1303456278000, 
    123     "lastPoster": { 
    124       "name": "ddd", 
    125       "nickname": "ddd", 
    126       "userId": 32726 
    127     }, 
    128     "replyCount": 5, 
    129     "title": "12345678", 
    130     "uri": "http://localhost.pcauto.com.cn/bbs6/topic-2479944.html", 
    131     "view": 1 
    132   }, 
    133   "total": 6 
    134 } 
     38{"Location":"http://bbs.pcauto.com.cn/post-2612283_23367525.html"} 
     39 
    13540}}}