faq分类
开发中
GET
https://api.chasing.comsupport/faq_type
请求参数
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/faq_type?goods_id'
返回响应
🟢200成功
application/json
Body
code
integer
必需
msg
string
必需
data
array [object {2}]
必需
title
string
标题
id
integer
分类id
示例
{
"code": 200,
"msg": "success",
"data": [
{
"title": "分2类1",
"id": 4
},
{
"title": "分2类111",
"id": 3
},
{
"title": "分2类",
"id": 2
}
]
}
修改于 2024-11-18 09:04:31