Changes between Version 11 and Version 12 of API/BBS/Get-All-Posts-From-Specify-Topic


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

--

Legend:

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

    v11 v12  
    55获取指定话题里某用户的所有帖子。 
    66 
    7 || URL || 开发环境  http://dev85.pcauto.com.cn/proxy/bbs/topics/$topic_ID [[BR]] 生产环境:  http://mrobot.pcauto.com.cn/proxy/bbs/topics/$topic_ID 
    8 || 
     7|| URL || PCAuto: http://mrobot.pcauto.com.cn/proxy/bbs/topics/$topic_ID [[BR]] PCOnline: http://mrobot.pconline.com.cn/v2/itbbs/topics/$TOPIC_ID || 
    98|| response MIME || text/html || 
    109 
     
    2726{{{ 
    2827#!sh 
    29 http://dev85.pcauto.com.cn/v2/bbs/topics/2100735 
    30  
    31 curl http://dev85.pcauto.com.cn/v2/bbs/topics/2100735 -D /tmp/foo-header.txt 
     28curl http://mrobot.pconline.com.cn/v2/itbbs/topics/587012 -D /tmp/foo-header.txt 
    3229cat /tmp/foo-header.txt 
    3330}}} 
     
    5148{{{ 
    5249#!sh 
    53 curl  http://dev85.pcauto.com.cn/proxy/bbs/topics/2479944 
    54 curl  http://dev85.pcauto.com.cn/proxy/bbs/topics/2479944?pageNo=2&pageSize=5 
    55 curl  http://dev85.pcauto.com.cn/proxy/bbs/topics/2479944?authorId=32726 
     50curl  http://mrobot.pconline.com.cn/v2/itbbs/topics/587012 
     51curl  http://mrobot.pconline.com.cn/v2/itbbs/topics/587012?pageNo=2&pageSize=5 
     52curl  http://mrobot.pconline.com.cn/v2/itbbs/topics/587012?authorId=32726 
    5653}}}