文档
测试

首页热榜

GET
http://localhost:8080/muri/indexTopList

接口描述

首页今日热榜

响应参数

参数名
类型
描述
必填
msg
string
示例:操作成功
必填
code
int
示例:200
必填
data
array
数据列表
必填
id
string
示例:76cc4eeb50ab09e276dde9dddffce310
必填
websiteId
int
示例:5
必填
upName
string
示例:人民日报
必填
websiteName
string
示例:今日头条
必填
coverUrl
string
示例:https://p3.toutiaoimg.com/origin/tos-cn-i-qvj2lq49k0/61c91613a3254be2be861d7e84359e4b.png?from=pc
必填
title
string
示例:中国队,首金
必填
webUrl
string
示例:https://www.toutiao.com/a7061229205241086495/?log_from=5f2b69422b168_1644072543838
必填
publishDate
string
示例:2022-02-05 22:30:23
必填

说明 / 示例

响应参数如下: ```json { "msg": "操作成功", "code": 200, "data": [ { "id": "76cc4eeb50ab09e276dde9dddffce310", "websiteId": 5, "upName": "人民日报", "websiteName": "今日头条", "coverUrl": "https://p3.toutiaoimg.com/origin/tos-cn-i-qvj2lq49k0/61c91613a3254be2be861d7e84359e4b.png?from=pc", "title": "中国队,首金", "webUrl": "https://www.toutiao.com/a7061229205241086495/?log_from=5f2b69422b168_1644072543838", "publishDate": "2022-02-05 22:30:23" }, { "id": "6046377fa85be069da9a47855bcab363", "websiteId": 9, "upName": "体坛扒客", "websiteName": "百度", "coverUrl": "https://pics0.baidu.com/feed/adaf2edda3cc7cd9f9aa8fa09977f636b90e9140.png?token=6ede774718f3ddf78fa94e9c7b0da6a9", "title": "中国短道速滑队全哭了!武大靖捂脸落泪,范可新:练到嗓子带血", "webUrl": "https://baijiahao.baidu.com/s?id=1723932656431211310&wfr=spider&for=pc", "publishDate": "2022-02-05 22:11:00" }, { "id": "3ed50dda32cf92fac8513539f0e5ffbf", "websiteId": 5, "upName": "深海战情", "websiteName": "今日头条", "coverUrl": "https://p26.toutiaoimg.com/origin/tos-cn-i-qvj2lq49k0/55d5def4820d4e72a4b992d5c4c37510?from=pc", "title": "恭喜景海鹏!迎来新年的第一件大喜事", "webUrl": "https://www.toutiao.com/a7061200913469555208/?log_from=a0175e8662e34_1644073074680", "publishDate": "2022-02-05 20:47:42" }, { "id": "d3602dbe3917aced344f2651ab576ee0", "websiteId": 5, "upName": "央视新闻", "websiteName": "今日头条", "coverUrl": "https://p26.toutiaoimg.com/origin/tos-cn-i-qvj2lq49k0/ec44185f81eb4dd1bbdb19cea44ee60c?from=pc", "title": "时政新闻眼丨北京冬奥会开幕日,这两场活动传递春天的声音", "webUrl": "https://www.toutiao.com/a7061041824365888030/?log_from=72ca71b1a5ec6_1644048581213", "publishDate": "2022-02-05 10:35:01" }, { "id": "7034ae6654a2452bc45881cd53f5c58b", "websiteId": 5, "upName": "长江日报", "websiteName": "今日头条", "coverUrl": "https://p26.toutiaoimg.com/origin/tos-cn-i-tjoges91tu/SwW2jGMAom9SCx?from=pc", "title": "跨越14年,同样的惊喜,同样的震撼", "webUrl": "https://www.toutiao.com/a7060994241794671118/?log_from=f2dc320923087_1644072806132", "publishDate": "2022-02-05 07:03:42" } ] } ```