Changes between Initial Version and Version 1 of API/BBS/Get-All-Posts-From-Specify-Topic


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

--

Legend:

Unmodified
Added
Removed
Modified
  • API/BBS/Get-All-Posts-From-Specify-Topic

    v1 v1  
     1[[TOC]] 
     2 
     3 
     4 
     5|| URL || http://dev85.pcauto.com.cn/proxy/bbs/topics/$topic_ID || 
     6 
     7== Params == 
     8 
     9|| name || required || desc || 
     10|| pageNo || n || 分页第几页 || 
     11|| pageSize || n ||  || 
     12|| authorId || n || 只查看某 author ID 发表的所有帖子 || 
     13 
     14== Example == 
     15 
     16{{{ 
     17#!sh 
     18curl  http://dev85.pcauto.com.cn/proxy/bbs/topics/2479944 
     19curl  http://dev85.pcauto.com.cn/proxy/bbs/topics/2479944?pageNo=2&pageSize=5 
     20curl  http://dev85.pcauto.com.cn/proxy/bbs/topics/2479944?authorId=32726 
     21}}}