curl --location --request GET 'http://47.92.1.39:8005/api/help/questionDetail?questionId=35409572529176576' \
--header 'Authorization: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwZXJtaXNzaW9ucyI6W10sInJvbGVzIjpbXSwiZXhwIjoxNjczODcyMzg0LCJ1c2VybmFtZSI6InJvb3QifQ.VvAGS0-_MjSqfTcAjuNcxIWsFohE8rle8yi82q6EohM'
{
"success": true,
"errCode": null,
"errMessage": null,
"data": {
"questionId": 1,
"userInfo": {
"userId": 1,
"userName": "test",
"avatarUrl": "https://images.pexels.com/photos/7034219/pexels-photo-7034219.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2"
},
"title": "title",
"contentBody": {
"content": "我的第一个问题",
"contentHtml": "<h2>我的第一个问题<h2>"
},
"category": "待解决",
"tag": "tag",
"replayList": [
{
"replayId":1,
"userInfo": {
"userId": 1,
"userName": "test",
"avatarUrl": "https://images.pexels.com/photos/7034219/pexels-photo-7034219.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2"
},
"contentBody":{
"content": "问题回答",
"contentHtml": "<h2>问题回答<h2>"
},
"likeNum": 0
}
],
"viewCounts": 0,
"createTime": "2023-2-5 11:42"
}
}