团队项目

这是一个流弊的项目


查看问题详情

<p>[toc]</p> <h2>GET 查看提问详情</h2> <p>GET /localhost:9000/answer/questions/content</p> <h3>请求参数</h3> <table> <thead> <tr> <th>名称</th> <th>位置</th> <th>类型</th> <th>必选</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td>id</td> <td>query</td> <td>string</td> <td>是</td> <td>问题id</td> </tr> </tbody> </table> <blockquote> <p>返回示例</p> <p>成功</p> </blockquote> <pre><code class="language-json">{ "msg": "success", "code": 200, "data": { "id": 2, "title": "四川成都", "content": "成都", "viewnum": 15, "thumbsupnum": 45, "starnum": 45, "replynum": 24, "state": 1, "destId": 2, "destName": null, "userId": 3, "userName": null, "qualityScore": 54, "createTime": "2023-01-14", "updateTime": "2023-01-14", "goodCommentId": null } }</code></pre> <h3>返回结果</h3> <table> <thead> <tr> <th>参数名</th> <th>类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td>id</td> <td>long</td> <td>问题id</td> </tr> <tr> <td>title</td> <td>string</td> <td>问题标题</td> </tr> <tr> <td>content</td> <td>string</td> <td>问题内容</td> </tr> <tr> <td>viewnum</td> <td>int</td> <td>浏览量</td> </tr> <tr> <td>thumbsupnum</td> <td>int</td> <td>点赞量</td> </tr> <tr> <td>starnum</td> <td>int</td> <td>收藏(关注)量</td> </tr> <tr> <td>replynum</td> <td>int</td> <td>回答量</td> </tr> <tr> <td>state</td> <td>int</td> <td>状态 -2 关闭 -1 删除 0 草稿 1 已发布'</td> </tr> <tr> <td>dest_id</td> <td>long</td> <td>目的地id</td> </tr> <tr> <td>destName</td> <td>string</td> <td>目的地名称</td> </tr> <tr> <td>user_id</td> <td>long</td> <td>用户id</td> </tr> <tr> <td>userName</td> <td>string</td> <td>用户名称</td> </tr> <tr> <td>qualityScore</td> <td>int</td> <td>问题质量分数</td> </tr> <tr> <td>createTime</td> <td>string</td> <td>发表时间</td> </tr> <tr> <td>updateTime</td> <td>string</td> <td>修改时间</td> </tr> <tr> <td>goodCommentId</td> <td>long</td> <td>已采纳的回答</td> </tr> </tbody> </table> <table> <thead> <tr> <th>状态码</th> <th>状态码含义</th> <th>说明</th> <th>数据模型</th> </tr> </thead> <tbody> <tr> <td>200</td> <td><a href="https://tools.ietf.org/html/rfc7231#section-6.3.1">OK</a></td> <td>成功</td> <td>Inline</td> </tr> </tbody> </table>

页面列表

ITEM_HTML