博客/用户故事相关文章
开发中
GET
https://api.chasing.com/blog/recommend
请求参数
Query 参数
id
integer
新闻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.com/blog/recommend?id'
返回响应
🟢200成功
application/json
Body
data
array [object {4}]
必需
title
string
文章标题
image
string
文章封面
id
integer
文章id
publish_time
string
发布时间
示例
{
"code": 200,
"msg": "success",
"data": [
{
"title": "测试111",
"image": "http://test.static.chasing.com/FuVLaLbfKrytviDHVCqkq65zAqcU",
"id": 4,
"publish_time": "2022.08.19"
},
{
"title": "新增博客",
"image": "http://test.static.chasing.com/FhtgCS40XIHgkPbGlcu6-QKFR8G3",
"id": 5,
"publish_time": "2022.08.23"
},
{
"title": "cs1",
"image": "http://test.static.chasing.com/FuVLaLbfKrytviDHVCqkq65zAqcU",
"id": 6,
"publish_time": "2022.08.24"
},
{
"title": "测测测",
"image": "http://test.static.chasing.com/FsgRK6Dpt87QVVBK1-rhdvSiYy9C",
"id": 7,
"publish_time": "2022.08.25"
},
{
"title": "xxx1",
"image": "http://test.static.chasing.com/FsgRK6Dpt87QVVBK1-rhdvSiYy9C",
"id": 8,
"publish_time": "2022.08.26"
},
{
"title": "测试123",
"image": "http://test.static.chasing.com/FuVLaLbfKrytviDHVCqkq65zAqcU",
"id": 9,
"publish_time": "2022.09.01"
}
],
"lang_code": "en"
}
修改于 2023-11-24 08:28:33