新闻-底部推荐
开发中
GET
https://api.chasing.comnews/recommend
请求参数
Query 参数
id
string
当前内容页新闻id
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.chasing.comnews/recommend?id'
返回响应
🟢200成功
application/json
Body
code
integer
必需
msg
string
必需
data
array [object {3}]
必需
title
string
标题
id
integer
必需
publish_time
string
时间
示例
{
"code": 200,
"msg": "success",
"data": [
{
"title": "测试111",
"id": 3,
"publish_time": "2022-08-19 13:10"
},
{
"title": "测试1",
"id": 4,
"publish_time": "2022-08-19 14:15"
}
]
}
修改于 2024-11-18 07:05:07