用户实拍相关视频
开发中
GET
https://api.chasing.cominformation/about_shots_list
请求参数
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.cominformation/about_shots_list?id'
返回响应
🟢200成功
application/json
Body
data
array [object {12}]
必需
id
integer
必需
type
integer
必需
device
integer
必需
title
string
必需
author
string
必需
country
string
必需
pc_image
string
必需
video
string
必需
make_time
integer
必需
shorts_industry_id
integer
必需
is_yuotobe
integer
必需
yuotobe_link
string
必需
示例
{
"code": 200,
"msg": "成功",
"data": [
{
"id": 23,
"type": 2,
"device": 1,
"title": "CHASING M2 Pro Max underwater inspection",
"author": "Ming Lou",
"country": "China",
"pc_image": "Fs2DroIVQlL_vhydvQ0hnSVc_2Oq",
"video": "",
"home": 1,
"make_time": 1661212800,
"update_time": "2023-11-17 15:11:17",
"create_time": "2023-11-15 15:42:15",
"is_del": 0,
"delete_time": 0,
"shorts_industry_id": 8,
"is_yuotobe": 1,
"yuotobe_link": "https://www.youtube.com/watch?v=WLcpfQhYqnQ"
},
{
"id": 24,
"type": 2,
"device": 1,
"title": "Aqualicense Fish Farming",
"author": "Aqualicense",
"country": "Ireland",
"pc_image": "Fs2NG06YoXbHgxcx401-5CkuRsjC",
"video": "lsQHoKXgW3HWUNI6wmmiFRIi-6h7",
"home": 1,
"make_time": 1681344000,
"update_time": "2023-11-15 16:02:35",
"create_time": "2023-11-15 16:02:35",
"is_del": 0,
"delete_time": 0,
"shorts_industry_id": 6,
"is_yuotobe": 0,
"yuotobe_link": ""
}
],
"lang_code": "zh"
}
修改于 2023-12-05 09:24:37