搜索问题
GET
/api/help/search/question请求参数
Query 参数
text
string
必需
示例值:
组件
Body 参数application/json
object {0}
示例
{}
示例代码
返回响应
成功样例(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
success
boolean
必需
errCode
null
必需
errMessage
null
必需
data
array [object {8}]
必需
questionId
integer
可选
userInfo
object
可选
title
string
可选
category
string
可选
tag
string
可选
replayList
array
可选
viewCounts
integer
可选
createTime
string
可选
示例成功样例
{
"success": true,
"errCode": null,
"errMessage": null,
"data": [
{
"questionId": 35416092788654080,
"userInfo": {
"userId": 41,
"userName": "test03",
"avatarUrl": null
},
"title": "问题标题2",
"category": "unResolved",
"tag": "组件bug",
"replayList": [],
"viewCounts": 0,
"createTime": "2023-02-05 17:30"
}
]
}
最后修改时间: 2 年前