Changes between Version 6 and Version 7 of intf


Ignore:
Timestamp:
02/04/2013 03:18:55 PM (13 years ago)
Author:
dingjianyong
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • intf

    v6 v7  
    88    可以查看4种形式的主题列表,最新,顶置,最热,精华[[BR]] 
    99    最新的主题从bbs7_new_topic里查找[[BR]] 
    10 * _topic.jsp    根据TopicId,按顺序分页显示回帖,用JSON输出,有分页 
     10* _topic.jsp    根据主题ID,获取主题信息[[BR]][[BR]] 
     11  //参数// 
     12    tid=; 要查询的主题ID[[BR]] 
     13    callback=; 回调函数名称 [[BR]] 
     14  //说明// 
     15    返回数据类型为JSON[[BR]] 
    1116* _users.jsp    获取用户数据 
    1217* _topicRepliesJson.jsp 根据主题ID,按顺序分页显示回帖[[BR]][[BR]]