/action/openapi/news_detail


/action/openapi/news_detail

获取新闻详情

URL

/action/openapi/news_detail

支持格式

JSON JSONP XML

HTTP请求方式

GET/POST

是否需要登录

访问授权限制

暂无

授权范围(scope)

访问新闻资讯

请求参数

必选类型及范围说明默认值
idtruelong新闻编号
access_tokenfalsestringoauth2_token获取的access_token 传则显示是否收藏 用户未登录则不传
dataTypefalsestring返回数据类型 ['json'|'jsonp'|'xml']json

注意事项

暂无

返回结果

JSON

  1. {
  2. "id": 11,
  3. "body": "语法高亮文本编辑器",
  4. "pubDate": "2008-09-15 17:00:29.0",
  5. "author": "总管",
  6. "title": "VirtualBox 2.0.2 released!",
  7. "authorid": 1,
  8. "relativies": [
  9. {
  10. "title": "RSyntaxTextArea 2.0.2 发布 语法高亮文本编辑器",
  11. "url": "http://liudong/news/26709/rsyntaxtextarea-2-0-2"
  12. },
  13. {
  14. "title": "Bootstrap 2.0.2 发布,Web 前端工具包",
  15. "url": "http://liudong/news/26688/bootstrap-2-0-2"
  16. },
  17. {
  18. "title": "Airtime 2.0.2 发布 - 电台管理系统",
  19. "url": "http://liudong/news/26516/airtime-202"
  20. },
  21. {
  22. "title": "Wayland and Weston 0.85.0 released",
  23. "url": "http://liudong/news/25610"
  24. },
  25. {
  26. "title": "jOOQ 2.0.2 发布,Java的ORM框架",
  27. "url": "http://liudong/news/24645/jooq-2-0-2-released"
  28. },
  29. {
  30. "title": "RemoteBox 1.2 发布,VirtualBox 管理工具",
  31. "url": "http://liudong/news/24463/remotebox-1-2-released"
  32. },
  33. {
  34. "title": "ChromePlus 2.0.0.4 Released(for Windows)",
  35. "url": "http://liudong/news/24457/chromeplus-2-0-0-4-for-windows"
  36. },
  37. {
  38. "title": "VirtualBox 4.1.8.75467 Final",
  39. "url": "http://liudong/news/24172/virtualbox-4-1-8-released"
  40. },
  41. {
  42. "title": "Spring Roo 1.2.0.RELEASED 发布",
  43. "url": "http://liudong/news/24114/spring-roo-1-2-0-released"
  44. },
  45. {
  46. "title": "MongoDB 2.0.2 发布",
  47. "url": "http://liudong/news/24076"
  48. }
  49. ],
  50. "notice": {
  51. "replyCount": 0,
  52. "msgCount": 0,
  53. "fansCount": 0,
  54. "referCount": 0
  55. },
  56. "favorite": 0,
  57. "commentCount": 0,
  58. "url": "http://liudong/news/11"
  59. }

返回字段说明

返回值字段类型及范围说明
idlong新闻编号
titlestring新闻标题
bodystring新闻内容(HTML)
pubDatedatetime发布日期
authoridlong投递者编号
favoriteint是否收藏 1-收藏 0-未收藏
commentCountint评论数
urlstring新闻原地址
relativies.titlestring新闻标题
relativies.urlstring新闻原链接
notice.replyCountint未读评论数
notice.msgCountint未读私信数
notice.fansCountint新增粉丝数
notice.referCountint未读@我数

错误说明