设置文章分流
<h3>文章分流 - 保存文章分流</h3>
<p>请求地址: POST <code>/article_redir/save_article_redir</code></p>
<table>
<thead>
<tr>
<th>字段</th>
<th>类型</th>
<th>描述</th>
</tr>
</thead>
<tbody>
<tr>
<td>article_id</td>
<td>integer</td>
<td>需要分流出去文章id</td>
</tr>
<tr>
<td>to_article_id</td>
<td>integer</td>
<td>被分流到的文章id(为空则取消分流)</td>
</tr>
</tbody>
</table>
<p>返回示例</p>
<pre><code>{
"msg": "保存成功",
"data": null,
"code": 1,
"state": true
}</code></pre>