产品列表
开发中
GET
https://api.chasing.comdealers/goods
请求参数
Query 参数
state_id
string
州id
region_id
string
国家id
province_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.comdealers/goods?state_id®ion_id&province_id'
返回响应
🟢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"
},
{
"id": 57,
"title": "CHASING M2 PRO MAX",
"rote": "chasing-m2pro-max.html",
"type": 1,
"merit": ""
},
{
"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"
}
]
}
修改于 2024-11-18 07:09:54