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


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

--

Legend:

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

    v4 v5  
    33获取指定 forum 主题列表 
    44 
    5 || URL || 开发环境:http://dev85.pcauto.com.cn/proxy/bbs/forums/$forum_ID [[BR]] 生产环境:http://mrobot.pcauto.com.cn/proxy/bbs/forums/$forum_ID || 
     5|| URL || http://mrobot.pcauto.com.cn/proxy/bbs/forums/$forum_ID || 
    66|| Method || GET || 
    77 
     
    1313|| pageNo || n || 第几页 || 
    1414 
     15 
     16 
    1517== Examples == 
    1618 
    1719{{{ 
    1820#!sh 
    19 curl  http://dev85.pcauto.com.cn/proxy/bbs/forums/16300 
    20 curl  http://dev85.pcauto.com.cn/proxy/bbs/forums/16300?pageSize=10&pageNo=2 
     21curl  http://mrobot.pcauto.com.cn/proxy/bbs/forums/16300 
     22curl  http://mrobot.pcauto.com.cn/proxy/bbs/forums/16300?pageSize=10&pageNo=2 
    2123}}}