- 认证接口
- 个人信息
- 新闻
- 帖子
- 动弹
- 博客
- 评论
- 收藏
- 软件
- 私信
- 搜索
- 通知
文章来源于网络收集而来,版权归原创者所有,如有侵权请及时联系!
news_detail
/action/openapi/news_detail
/action/openapi/news_detail 获取新闻详情 URL /action/openapi/news_detail 支持格式 JSON JSONP XML HTTP请求方式 GET/POST 是否需要登录 否 访问授权限制 暂无授权范围(scope) 访问新闻资讯 请求参数
必选 | 类型及范围 | 说明 | 默认值 | |
---|---|---|---|---|
id | true | long | 新闻编号 | 空 |
access_token | false | string | oauth2_token获取的access_token 传则显示是否收藏 用户未登录则不传 | |
dataType | false | string | 返回数据类型 ['json'|'jsonp'|'xml'] | json |
注意事项 暂无 返回结果 JSON
{ "id": 11, "body": "语法高亮文本编辑器", "pubDate": "2008-09-15 17:00:29.0", "author": "总管", "title": "VirtualBox 2.0.2 released!", "authorid": 1, "relativies": [ { "title": "RSyntaxTextArea 2.0.2 发布 语法高亮文本编辑器", "url": "http://liudong/news/26709/rsyntaxtextarea-2-0-2" }, { "title": "Bootstrap 2.0.2 发布,Web 前端工具包", "url": "http://liudong/news/26688/bootstrap-2-0-2" }, { "title": "Airtime 2.0.2 发布 - 电台管理系统", "url": "http://liudong/news/26516/airtime-202" }, { "title": "Wayland and Weston 0.85.0 released", "url": "http://liudong/news/25610" }, { "title": "jOOQ 2.0.2 发布,Java的ORM框架", "url": "http://liudong/news/24645/jooq-2-0-2-released" }, { "title": "RemoteBox 1.2 发布,VirtualBox 管理工具", "url": "http://liudong/news/24463/remotebox-1-2-released" }, { "title": "ChromePlus 2.0.0.4 Released(for Windows)", "url": "http://liudong/news/24457/chromeplus-2-0-0-4-for-windows" }, { "title": "VirtualBox 4.1.8.75467 Final", "url": "http://liudong/news/24172/virtualbox-4-1-8-released" }, { "title": "Spring Roo 1.2.0.RELEASED 发布", "url": "http://liudong/news/24114/spring-roo-1-2-0-released" }, { "title": "MongoDB 2.0.2 发布", "url": "http://liudong/news/24076" } ], "notice": { "replyCount": 0, "msgCount": 0, "fansCount": 0, "referCount": 0 }, "favorite": 0, "commentCount": 0, "url": "http://liudong/news/11" }
返回字段说明
返回值字段 | 类型及范围 | 说明 |
---|---|---|
id | long | 新闻编号 |
title | string | 新闻标题 |
body | string | 新闻内容(HTML) |
pubDate | datetime | 发布日期 |
authorid | long | 投递者编号 |
favorite | int | 是否收藏 1-收藏 0-未收藏 |
commentCount | int | 评论数 |
url | string | 新闻原地址 |
relativies.title | string | 新闻标题 |
relativies.url | string | 新闻原链接 |
notice.replyCount | int | 未读评论数 |
notice.msgCount | int | 未读私信数 |
notice.fansCount | int | 新增粉丝数 |
notice.referCount | int | 未读@我数 |
错误说明
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论