商品rov列表
开发中
GET
https://api.chasing.comgoods/rov_list
请求参数
Query 参数
type
string
可选
示例代码
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.comgoods/rov_list?type'
返回响应
🟢200成功
application/json
Body
code
integer
必需
msg
string
必需
data
array [object {7}]
必需
id
integer
商品id
type
integer
可选
title
string
标题
create_time
string
可选
status
boolean
是否下架 false下架
image
string
封面地址
route
string
跳转路由
示例
{
"code": 200,
"msg": "success",
"data": [
{
"id": 58,
"type": 1,
"title": "",
"create_time": "2022-06-17 12:35:33",
"status": false,
"image": "http://test.static.chasing.com/FsCwZm5LAYGXRc790iZQVzCBEvyC"
}
]
}
修改于 2024-11-18 07:20:35