文档
测试

dcloud每日新闻列表

GET
https://news.yangxiansheng.top/v1/news/newsList

接口描述

获取dcloud官方新闻列表

请求参数

参数名
类型
描述
必填
start
number
建议从100000开始 开始的id号 默认获取最新的id
必填
count
number
返回数量
必填

响应参数

参数名
类型
描述
必填
id
number
文章id
必填
post_id
number
新闻编号 (获取详情数据有用)
必填
title
string
标题
必填
author_name
string
作者
必填
cover
string
图片封面
必填
published_at
string
发布时间
必填
content
string
内容
必填

说明 / 示例

```json [ { "id": 100001, "post_id": "5254405", "title": "物业公司走出小区", "author_name": "未来城不落", "cover": "https://pic.36krcnd.com/201910/11082830/0o856ov18oeyqp3z!heading", "published_at": "2019-10-11 16:29:06", "content": "" }, { "id": 100002, "post_id": "5251866", "title": "掌握这3种方法,更好地为你的职业生涯做决策", "author_name": "神译局", "cover": "https://pic.36krcnd.com/201909/29122730/kz2v2kly5w6d8lo4!heading", "published_at": "2019-10-11 16:26:38", "content": "" }, { "id": 100003, "post_id": "5254070", "title": "用户眼中的智能硬件:大众对AI的认知调研报告(下篇)", "author_name": "猎豹用户研究中心", "cover": "https://pic.36krcnd.com/201910/10112739/hnau7sc1c045pu2x!heading", "published_at": "2019-10-11 16:22:38", "content": "" }, { "id": 99998, "post_id": "5254401", "title": "北京租房新政:违规发布房源3次以上禁止发布租房信息", "author_name": "未来城不落", "cover": "https://pic.36krcnd.com/201910/11081133/zcldduurznbedaqd!heading", "published_at": "2019-10-11 16:17:01", "content": "" }, { "id": 99999, "post_id": "5254395", "title": "Android之父公开新手机照片,长条形状酷似遥控器", "author_name": "36氪的朋友们", "cover": "https://pic.36krcnd.com/201910/11080328/j4h8g2fi59gzsxy3!heading", "published_at": "2019-10-11 16:16:05", "content": "" }, { "id": 99995, "post_id": "5254272", "title": "Nike、Adidas与滔搏,谁傍上谁?", "author_name": "赢商网", "cover": "https://pic.36krcnd.com/201910/11033146/tkfaxr8elb83b443!heading", "published_at": "2019-10-11 16:09:05", "content": "" }, { "id": 99996, "post_id": "5254391", "title": "华侨城的文旅迷航", "author_name": "未来城不落", "cover": "https://pic.36krcnd.com/201910/11080650/pd4j81je2xbx5img!heading", "published_at": "2019-10-11 16:08:26", "content": "" }, { "id": 99997, "post_id": "5254375", "title": "一场游戏一场梦,A股诞生首支影视退市股", "author_name": "36氪的朋友们", "cover": "https://pic.36krcnd.com/201910/11075926/ghvkjmki98j22g81!heading", "published_at": "2019-10-11 16:08:09", "content": "" }, { "id": 99994, "post_id": "5254385", "title": "用电影《三傻》,小小感受一下印度与中国的城市差别", "author_name": "未来城不落", "cover": "https://pic.36krcnd.com/201910/11075616/ui4f8nlnzpjvs7pp!heading", "published_at": "2019-10-11 15:57:31", "content": "" }, { "id": 99993, "post_id": "5252630", "title": "高效率人士8个简单而实用的习惯", "author_name": "神译局", "cover": "https://pic.36krcnd.com/201910/04100416/09aeietmwuxs0pwo!heading", "published_at": "2019-10-11 15:44:25", "content": "" } ] ```