维修视频-产品列表
开发中
GET
https://api.chasing.comsupport/repair_goods
请求参数
无
示例代码
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.comsupport/repair_goods'
返回响应
🟢200成功
application/json
Body
code
integer
必需
msg
string
必需
data
array [object {5}]
必需
id
integer
产品id
title
string
产品标题
rote
string
产品路由
type
integer
可选
merit
string
可选
示例
{
"code": 200,
"msg": "success",
"data": [
{
"id": 53,
"title": "GLADIUS MINI S",
"rote": "mini-s.html",
"type": 1,
"merit": "Sophisticated Attachments | 4 Hours Runtime | Anti-Stuck Motor | Direct-Connect Remote Controller | Removable SD Card | Dive To 330ft | 4K UHD EIS Camera | User Friendly Interaction"
}
]
}
修改于 2024-11-18 08:59:58