- 认证接口
- 个人信息
- 新闻
- 帖子
- 动弹
- 博客
- 评论
- 收藏
- 软件
- 私信
- 搜索
- 通知
文章来源于网络收集而来,版权归原创者所有,如有侵权请及时联系!
news_list
/action/openapi/news_list
/action/openapi/news_list 获取新闻列表 URL /action/openapi/news_list 支持格式 JSON JSONP XML HTTP请求方式 GET/POST 是否需要登录 否 访问授权限制 暂无授权范围(scope) 访问新闻资讯 请求参数
必选 | 类型及范围 | 说明 | 默认值 | |
---|---|---|---|---|
access_token | true | string | oauth2_token获取的access_token | |
catalog | true | int | 1-所有|2-综合新闻|3-软件更新 | 1 |
page/pageIndex | true | int | 页数 | 1 |
pageSize | true | int | 每页条数 | 20 |
dataType | true | string | 返回数据类型['json'|'jsonp'|'xml'] | json |
注意事项 暂无 返回结果 JSON
{ "newslist": [ { "id": 26754, "author": "test33", "pubDate": "2013-09-17 16:49:50.0", "title": "asdfa", "authorid": 253469, "commentCount": 0, "type": 4 } ], "notice": { "replyCount": 0, "msgCount": 0, "fansCount": 0, "referCount": 0 } }
返回字段说明
返回值字段 | 类型及范围 | 说明 |
---|---|---|
catalog | int | [1-综合新闻|2-软件更新|3-所有] |
newsCount | int | 新闻条数 |
pageSize | int | 每页条数 |
news_list.id | long | 新闻id |
news_list.author | string | 投递者名称 |
news_list.title | string | 新闻标题 |
news_list.pubDate | datetime | 发布日期 |
news_list.authorid | long | 投递者编号 |
news_list.commentCount | int | 评论数 |
news_list.type | long | 新闻类型 [0-链接新闻|1-软件推荐|2-讨论区帖子|3-博客|4-普通新闻|7-翻译文章] |
notice.replyCount | int | 未读评论数 |
notice.msgCount | int | 未读私信数 |
notice.fansCount | int | 新增粉丝数 |
notice.referCount | int | 未读@我数 |
错误说明
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论