Changes between Version 122 and Version 123 of intf


Ignore:
Timestamp:
05/06/2014 11:31:42 AM (12 years ago)
Author:
lijianwen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • intf

    v122 v123  
    217217    callback:回调函数[[BR]] 
    218218    //说明// 
    219     返回json格式;结果会过滤已删除及未审核;接口缓存10小时[[BR]] 
     219    返回json格式;结果会过滤已删除;接口缓存10小时[[BR]] 
    220220    输出结果样例:{"list":[{"topicId":主题id,"title":主题标题,"message":内容,"url":主题url,"userName":昵称,"userUrl":个人中心url,"replyCount":回复数,"viewCount":查看数,"isNew":是否新帖,"isContainImage":是否包含秃瓢,pick:精华,"lastPostAt":最后发表时间,"forumName":论坛名称,"forumUrl":论坛地址,"lastPosterNickame":最后发表人昵称,"lastPostUrl":最后发表人个人中心url}],"listCount":结果数(未过滤前)}[[BR]][[BR]] 
    221221* _posts.jsp    我的回复 (重要) 
     
    236236    callback:回调函数[[BR]] 
    237237    //说明// 
    238     返回json格式;结果会过滤已删除及未审核;接口缓存10小时[[BR]] 
     238    返回json格式;结果会过滤已删除;接口缓存10小时[[BR]] 
    239239    输出结果样例:{"list":[{"title":主题标题,"url":主题url,"userName":用户名,"userUrl":个人中心url,"replyCount":回复数,"viewCount":查看数,"isNew":是否新帖,"isContainImage":是否包含秃瓢,"lastPostAt":最后发表时间,"forumName":论坛名称,"forumUrl":论坛地址,"lastPosterNickame":最后发表人昵称,"lastPostUrl":最后发表人个人中心url}],"listCount":结果数}[[BR]][[BR]] 
    240240* _favForums.jsp        我收藏的版块 (重要)