分类-详情
开发中
GET
https://api.chasing.com/faq_type/detail
请求参数
Query 参数
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.com/faq_type/detail?id'
返回响应
🟢200成功
application/json
Body
code
integer
必需
msg
string
必需
data
object
必需
id
integer
分类id
goods_id
integer
商品id
title
string
标题
sort
integer
排序
goods_title
string
商品名称
示例
{
"code": 200,
"msg": "请求成功",
"data": {
"id": 2,
"goods_id": 57,
"title": "分2类",
"sort": 2,
"goods_title": "潜鲛GLADIUS MINI S"
}
}
修改于 2024-11-20 03:19:56