团队项目

这是一个流弊的项目


问题删除

<p>[toc]</p> <h2>DELETE 问题删除</h2> <p>DELETE /localhost:9000/answer/questions/delete/28</p> <blockquote> <p>返回示例</p> <p>当前问题下存在回答</p> </blockquote> <pre><code class="language-json">{ "msg": "该提问下存在回答", "code": 501 }</code></pre> <blockquote> <p>成功</p> <pre><code class="language-json">{ "msg": "success", "code": 200 }</code></pre> <h3>返回结果</h3> </blockquote> <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