Changes between Version 5 and Version 6 of appapi/4.1
- Timestamp:
- 04/23/2015 04:16:25 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
appapi/4.1
v5 v6 38 38 }}} 39 39 40 ==== 1.1.2 话题详情 ====40 ==== 1.1.2 话题详情(最热) ==== 41 41 {{{ 42 接口/appapi/1.0/subject/subjectDetail.do [GET] 42 接口/appapi/1.0/subject/subjectDetailByPostCont.do [GET] 43 说明 : 话题详情 44 请求参数 : 45 subjectId:话题ID 46 47 48 是否登录 : 否 49 缓存时间 : 无 50 是否分页 : 是 51 52 53 返回结果: 54 { 55 subjectId:话题ID 56 title:话题标题 57 description:导语 58 logo:话题图标 59 replyCount:参与话题说说数数 60 61 dynaList : [ 62 { 63 dynaInfoId:动态ID 64 content:说说内容(话题带<a>标签) 65 postCount:说说评论数 66 praiseCount:说说赞数 67 createAt:发布时间 68 createBy:动态发布者ID 69 nickName:发布者昵称 70 isVip:是否认证(0:无,1:是) 71 brandLogo:品牌Logo的URL 72 images:[ 73 { 74 url:图片URL 75 height:高度 76 width:宽度 77 }, 78 { 79 url:图片URL 80 height:高度 81 width:宽度 82 } 83 ] 84 85 } 86 ] 87 88 total:总条数 89 pageNo:页码 90 pageSize:每页条数 91 pageCount:总共几页 92 93 code : 0成功,-1失败 94 message : 提示信息 95 version : 接口版本号如1.0,1.0(latest)表示最新版本 96 } 97 }}} 98 99 100 ==== 1.1.3 话题详情(最新) ==== 101 {{{ 102 接口/appapi/1.0/subject/subjectDetailByCreateDate.do [GET] 43 103 说明 : 话题详情 44 104 请求参数 :
![(please configure the [header_logo] section in trac.ini)](http://www1.pconline.com.cn/hr/2009/global/images/logo.gif)