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