Changes between Version 14 and Version 15 of intf


Ignore:
Timestamp:
02/06/2013 09:19:42 AM (13 years ago)
Author:
dingjianyong
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • intf

    v14 v15  
    123123     列出主题下的最新count条回帖,按楼层数逆序排列[[BR]][[BR]] 
    124124* _topics.jsp    
    125 * _topics_id.jsp         
     125* _topics_id.jsp[[BR]][[BR]] 
     126  //参数// 
     127    ids=; 主题ID,多个主题ID用半角逗号分隔[[BR]] 
     128    count=10; 返回数量[[BR]] 
     129    display=; 默认显示主题所有相关信息。若display参数值不为空,则只返回参数值的信息,多个值用半角逗号分隔。例如:display=title,replyCount 则只返回主题的title和replyCount,其余不返回。[[BR]] 
     130    cl=250; 主题帖子内容的显示长度[[BR]] 
     131  //说明// 
     132     返回数据类型为JSON,可指定返回的字段[[BR]][[BR]] 
    126133* _topics2.jsp  论坛主题列表javascript接口 
    127134* _topics-css.jsp       论坛主题列表javascript接口