开启试验
<h3>文章试验 - 开启试验</h3>
<p>请求地址: POST <code>/article_exp/start</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>