当前绑定的下载版块
开发中
GET
https://api.chasing.comsupport/download_bing
请求参数
Query 参数
goods_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.comsupport/download_bing?goods_id'
返回响应
🟢200成功
application/json
Body
code
integer
必需
msg
string
必需
data
array [object {8}]
必需
id
integer
可选
goods_id
integer
商品id
sort
integer
可选
key
string
绑定版块的key
create_time
string
可选
update_time
string
可选
delete_time
integer
可选
goods_title
string
商品标题
示例
{
"code": 200,
"msg": "success",
"data": [
{
"id": 1,
"goods_id": 53,
"sort": 2,
"key": "go1,地图",
"create_time": "2022-08-16 21:30:24",
"update_time": "2022-08-16 21:30:24",
"delete_time": 0,
"goods_title": "GLADIUS MINI S 修改后 "
}
]
}
修改于 2024-11-18 09:01:46