列表
开发中
GET
https://api.chasing.comgoods_faq/index
请求参数
Query 参数
goods_id
string
商品id
problem
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/index?goods_id&problem'
返回响应
🟢200成功
application/json
Body
code
integer
必需
msg
string
必需
data
object
必需
total
integer
必需
per_page
integer
必需
current_page
integer
必需
last_page
integer
必需
data
array [object {6}]
必需
示例
{
"code": 200,
"msg": "请求成功",
"data": {
"total": 1,
"per_page": 10,
"current_page": 1,
"last_page": 1,
"data": [
{
"goods_id": 53,
"problem": "problem answer",
"answer": "answer problem ",
"id": 1,
"sort": 2,
"goods_title": "GLADIUS MINI S"
}
]
}
}
修改于 2024-11-20 02:15:35