{}
curl --location --request GET 'http://47.92.1.39:8005/api/help/search/question?text=组件' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"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"
}
]
}