/action/openapi/news_list


/action/openapi/news_list

获取新闻列表

URL

/action/openapi/news_list

支持格式

JSON JSONP XML

HTTP请求方式

GET/POST

是否需要登录

访问授权限制

暂无

授权范围(scope)

访问新闻资讯

请求参数

必选类型及范围说明默认值
access_tokentruestringoauth2_token获取的access_token
catalogtrueint1-所有|2-综合新闻|3-软件更新1
page/pageIndextrueint页数1
pageSizetrueint每页条数20
dataTypetruestring返回数据类型['json'|'jsonp'|'xml']json

注意事项

暂无

返回结果

JSON

  1. {
  2. "newslist": [
  3. {
  4. "id": 26754,
  5. "author": "test33",
  6. "pubDate": "2013-09-17 16:49:50.0",
  7. "title": "asdfa",
  8. "authorid": 253469,
  9. "commentCount": 0,
  10. "type": 4
  11. }
  12. ],
  13. "notice": {
  14. "replyCount": 0,
  15. "msgCount": 0,
  16. "fansCount": 0,
  17. "referCount": 0
  18. }
  19. }

返回字段说明

返回值字段类型及范围说明
catalogint[1-综合新闻|2-软件更新|3-所有]
newsCountint新闻条数
pageSizeint每页条数
news_list.idlong新闻id
news_list.authorstring投递者名称
news_list.titlestring新闻标题
news_list.pubDatedatetime发布日期
news_list.authoridlong投递者编号
news_list.commentCountint评论数
news_list.typelong新闻类型 [0-链接新闻|1-软件推荐|2-讨论区帖子|3-博客|4-普通新闻|7-翻译文章]
notice.replyCountint未读评论数
notice.msgCountint未读私信数
notice.fansCountint新增粉丝数
notice.referCountint未读@我数

错误说明