有配件的商品列表
开发中
GET
https://api.chasing.comapi/goods/relation
请求参数
无
示例代码
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.comapi/goods/relation'
返回响应
🟢200成功
application/json
Body
object {0}
示例
{
"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"
},
{
"id": 55,
"title": "CHASING Grabber Claw B",
"rote": "grabber-claw-b.html",
"type": 2,
"merit": ""
},
{
"id": 57,
"title": "CHASING M2 PRO MAX",
"rote": "chasing-m2pro-max.html",
"type": 1,
"merit": "360°omni-directional movements | 200m diving depth | 3-knot speed | More than 4 hours battery life | Quick accessory assembly and disassembly technology | 8,000 lumen external floodlights | Second-generation anti-stuck motor | Removable SD memory card | 4K UHD video | 12 mega-pixels"
},
{
"id": 60,
"title": "CHASING M2 PRO",
"rote": "/chasing-m2pro.html",
"type": 1,
"merit": "Stronger Power, 3 Knots Speed | Up to 5 Hours of Battery Life | Unlimited Battery Life with AC Power | More Advanced Exclusive Accessories | Depth Rating 490ft / 150m | 4K UHD EIS Camera"
},
{
"id": 67,
"title": "CHASING DORY",
"rote": "chasing-dory.html",
"type": 1,
"merit": "Travel-Size | ±45° Tilt-Lock Mode | 1 Hour Runtime | 1080p f/1.6 Lens | Customize Visual Effects | Automatic Depth-Lock Mode | 15m Waterproof | Share on Social Media"
}
]
}
修改于 2024-11-18 07:17:23