{
"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",
"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"
},
{
"questionId": 2,
"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": "已解决",
"category": "待解决",
"tag": "tag",
"replayList": [],
"viewCounts": 1,
"createTime": "2023-2-5 11:42"
}
]
}