文档
测试

首页默认数据

POST
api/v1_2/home

接口描述

首页默认数据

响应参数

参数名
类型
描述
必填
today
string
今日时间戳【当日零点】
必填
today_lunar
string
今日对应的农历
必填
today_week
string
今日周几
必填
content
string
拼装字符
必填
extends
array
扩展内容
必填
news
list
地区新闻
必填
name
string
新闻标题
必填
name_show
string
新闻标题(带标签)
必填
content
string
新闻内容
必填
content_link
string
新闻地址
必填
picture
string
新闻图片
必填
month
string
月份
必填
year
string
年份
必填

说明 / 示例

``` { "status": 1, "data": { "today": "24", "month": "09", "year": "2021", "today_lunar": "七月十七", "today_week": "周二", "content": "今天是公元 2021年8月24日 星期二,农历二零二一年七月(大)十七.\n今天是你的生日,祝你生日快乐哟\n今日天气: 今日白天天气:雷阵雨。夜晚:小雨。建议穿长袖衬衫单裤等服装。有降水,推荐您在室内进行休闲运动。有降水,较不适宜逛街,若坚持出门,请记得带上雨具。\n", "extends": { "news": [ { "name": "专家详解北京市住房租赁条例亮点", "name_show": "<h1>专家详解北京市住房租赁条例亮点<h1/>", "content": "", "content_link": "http://www.bj.chinanews.com/news/2021/0824/83141.html", "picture": "" }, { "name": "培育发展住房租赁市场 北京拟建立租金监测和发布机制", "name_show": "<h1>培育发展住房租赁市场 北京拟建立租金监测和发布机制<h1/>", "content": "", "content_link": "http://www.bj.chinanews.com/news/2021/0824/83140.html", "picture": "" }, { "name": "住房租赁管理服务平台将建立 规范租金贷", "name_show": "<h1>住房租赁管理服务平台将建立 规范租金贷<h1/>", "content": "", "content_link": "http://www.bj.chinanews.com/news/2021/0824/83139.html", "picture": "" }, { "name": "住房租赁条例今起征求意见 禁哄抬租金、炒作市场趋势", "name_show": "<h1>住房租赁条例今起征求意见 禁哄抬租金、炒作市场趋势<h1/>", "content": "", "content_link": "http://www.bj.chinanews.com/news/2021/0824/83138.html", "picture": "" }, { "name": "专项服务季启动 近9万岗位待教培人才转岗", "name_show": "<h1>专项服务季启动 近9万岗位待教培人才转岗<h1/>", "content": "", "content_link": "http://www.bj.chinanews.com/news/2021/0824/83135.html", "picture": "" }, { "name": "143家国内外金融机构将参加服贸会金融服务专题展", "name_show": "<h1>143家国内外金融机构将参加服贸会金融服务专题展<h1/>", "content": "", "content_link": "http://www.bj.chinanews.com/news/2021/0824/83137.html", "picture": "" }, { "name": "服贸会金融服务专题展9月3日启幕 展示数字人民币消费场景", "name_show": "<h1>服贸会金融服务专题展9月3日启幕 展示数字人民币消费场景<h1/>", "content": "", "content_link": "http://www.bj.chinanews.com/news/2021/0824/83136.html", "picture": "" }, { "name": "首都功能核心区首批583处传统地名保护名录公示", "name_show": "<h1>首都功能核心区首批583处传统地名保护名录公示<h1/>", "content": "", "content_link": "http://www.bj.chinanews.com/news/2021/0824/83134.html", "picture": "" }, { "name": "节能宣传周启动 发出减塑、反食品浪费倡议", "name_show": "<h1>节能宣传周启动 发出减塑、反食品浪费倡议<h1/>", "content": "", "content_link": "http://www.bj.chinanews.com/news/2021/0824/83133.html", "picture": "" }, { "name": "服贸会工程咨询与建筑服务专题展示“中国建造”实力", "name_show": "<h1>服贸会工程咨询与建筑服务专题展示“中国建造”实力<h1/>", "content": "", "content_link": "http://www.bj.chinanews.com/news/2021/0822/83132.html", "picture": "" } ] } }, "message": "成功", "code": 0 } ```