| Version 6 (modified by lee, 15 years ago) (diff) |
|---|
获取指定话题的所有帖子;
获取指定话题里某用户的所有帖子。
| URL | http://dev85.pcauto.com.cn/proxy/bbs/topics/$topic_ID |
| response MIME | text/html |
Params
| name | required | desc |
| pageNo | n | 分页第几页 |
| pageSize | n | |
| authorId | n | 只查看某 author ID 发表的所有帖子 |
Note
response MIME 为 text/html ,不是 application/json ;分页信息隐含在 response headers 里。
example
http://dev85.pcauto.com.cn/v2/bbs/topics/2100735 curl http://dev85.pcauto.com.cn/v2/bbs/topics/2100735 -D /tmp/foo-header.txt cat /tmp/foo-header.txt
Example
curl http://dev85.pcauto.com.cn/proxy/bbs/topics/2479944 curl http://dev85.pcauto.com.cn/proxy/bbs/topics/2479944?pageNo=2&pageSize=5 curl http://dev85.pcauto.com.cn/proxy/bbs/topics/2479944?authorId=32726
![(please configure the [header_logo] section in trac.ini)](http://www1.pconline.com.cn/hr/2009/global/images/logo.gif)