相关新闻
开发中
GET
https://api.chasing.com/information/about_news
请求参数
无
示例代码
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/information/about_news'
返回响应
🟢200成功
application/json
Body
data
array [object {4}]
必需
id
integer
新闻ID
title
string
新闻标题
image
string
新闻封面
publish_time
integer
发布时间
示例
{
"code": 200,
"msg": "success",
"data": [
{
"id": 8,
"title": "xxx",
"image": "http://test.static.chasing.com/FsgRK6Dpt87QVVBK1-rhdvSiYy9C",
"publish_time": 1661490707
},
{
"id": 7,
"title": "cs",
"image": "http://test.static.chasing.com/FsgRK6Dpt87QVVBK1-rhdvSiYy9C",
"publish_time": 1661484364
},
{
"id": 6,
"title": "测试",
"image": "http://test.static.chasing.com/FsgRK6Dpt87QVVBK1-rhdvSiYy9C",
"publish_time": 1661395457
}
],
"lang_code": "en"
}
修改于 2023-11-24 08:11:09