详情
开发中
GET
https://api.chasing.comgoods_faq/detail
请求参数
Query 参数
id
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_faq/detail?id'
返回响应
🟢200成功
application/json
Body
code
integer
必需
msg
string
必需
data
object
必需
id
integer
必需
goods_id
integer
商品id
answer
string
问
problem
string
答
sort
integer
排序
goods_title
string
商品标题
示例
{
"code": 200,
"msg": "请求成功",
"data": {
"id": 1,
"goods_id": 53,
"answer": "answer problem ",
"problem": "problem answer",
"sort": 2,
"goods_title": "GLADIUS MINI S"
}
}
修改于 2024-11-20 02:14:41