Changes between Version 5 and Version 6 of API/BBS/Get-All-Topics-From-Specify-Forum


Ignore:
Timestamp:
05/17/2011 05:50:26 PM (15 years ago)
Author:
pangchongyang
Comment:

--

Legend:

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

    v5 v6  
    99== Params ==  
    1010 
    11 || name || required || desc ||  
    12 || pageSize || n || 每页有多少个帖子 || 
    13 || pageNo || n || 第几页 || 
     11|| name || required || value || desc || 
     12|| pageSize || n || unsigned || 每页有多少个帖子 ||  
     13|| pageNo || n || unsigned || 第几页 || 
     14|| filter || n || pick || 精华贴 || 
    1415 
    1516 
     
    2122curl  http://mrobot.pcauto.com.cn/proxy/bbs/forums/16300 
    2223curl  http://mrobot.pcauto.com.cn/proxy/bbs/forums/16300?pageSize=10&pageNo=2 
     24curl  http://mrobot.pcauto.com.cn/proxy/bbs/forums/16300?filter=pick 
    2325}}}