停止试验
<h3>文章试验 - 停止试验</h3>
<p>请求地址: POST <code>/article_exp/stop</code></p>
<table>
<thead>
<tr>
<th>字段</th>
<th>类型</th>
<th>描述</th>
</tr>
</thead>
<tbody>
<tr>
<td>id</td>
<td>integer</td>
<td>试验id</td>
</tr>
</tbody>
</table>
<p>返回示例</p>
<pre><code>{
"msg": "停止成功",
"data": null,
"code": 1,
"state": true
}</code></pre>