狼行天下

狼行天下


最新问题接口

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>最新问题接口</li> </ul> <h5>请求URL</h5> <ul> <li><code>http://localhost:9000/wenda/question/newest</code></li> </ul> <h5>请求方式</h5> <ul> <li>GET</li> </ul> <h5>参数</h5> <h5>返回示例</h5> <pre><code> {  "msg": "success",     "code": 200,     "data": [         {             "id": "97140c62628e73f4ba11290e1668e730",             "title": "11111111111111",             "content": "测试内容3",             "viewnum": 0,             "thumbsupnum": 0,             "starnum": 0,             "replynum": 0,             "state": 1,             "destId": 2,             "userId": 8,             "qualityScore": 0,             "createTime": "2023-01-12 17:02:11",             "updateTime": null,             "goodCommentId": null,             "headImgUrl": "/images/header/ljy.jpg",             "nickName": "管理员",             "destName": "埃及"         } ] }</code></pre>

页面列表

ITEM_HTML