Changes between Initial Version and Version 1 of API/BBS/Get-All-Topics-From-Specify-Forum


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

--

Legend:

Unmodified
Added
Removed
Modified
  • API/BBS/Get-All-Topics-From-Specify-Forum

    v1 v1  
     1[[TOC]] 
     2 
     3 
     4|| URL || http://dev85.pcauto.com.cn/proxy/bbs/forums/$forum_ID || 
     5 
     6== Params ==  
     7 
     8|| name || desc ||  
     9|| pageSize || 每页有多少个帖子 || 
     10|| pageNo || 第几页 || 
     11 
     12== Examples == 
     13 
     14{{{ 
     15#!sh 
     16curl  http://dev85.pcauto.com.cn/proxy/bbs/forums/16300 
     17curl  http://dev85.pcauto.com.cn/proxy/bbs/forums/16300?pageSize=10&pageNo=2 
     18}}}