Changes between Initial Version and Version 1 of API/BBS/Get-Hot-Topics


Ignore:
Timestamp:
05/11/2011 02:44:29 PM (15 years ago)
Author:
pangchongyang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • API/BBS/Get-Hot-Topics

    v1 v1  
     1[[TOC]] 
     2 
     3= Get hot topics list = 
     4 
     5获取热点帖子,不分版块的。 
     6 
     7|| URL || http://mrobot.pcauto.com.cn/proxy/bbs/topics/hot || 
     8|| method || GET ||  
     9 
     10== Params == 
     11 
     12|| name || value range || desc || 
     13|| range || {day,week,month} || 日/24小时、周、月热贴。默认为 day || 
     14|| count || unsigned int || 条数默认为 10 || 
     15 
     16== Example == 
     17 
     18{{{ 
     19#!sh 
     20curl http://mrobot.pcauto.com.cn/proxy/bbs/topics/hot --data range=week&count=5 
     21}}}