设置文章简标题
<p>主题获取文章列表 <code>miniprogrammanage/topic_details</code> 与 <code>title</code> 同级字段增加 <code>subtitle</code>
获取文章列表 <code>/articles/show</code> 的修改:新增简标题字段 subtitle
前台 <code>${文章id}.json</code> 的第一层新增简标题字段 subtitle</p>
<p><strong>请求URL:</strong> </p>
<ul>
<li>POST <code>/articles/set_subtitle</code></li>
</ul>
<p><strong>请求:</strong></p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">id</td>
<td style="text-align: left;">integer</td>
<td>文章id</td>
</tr>
<tr>
<td style="text-align: left;">subtitle</td>
<td style="text-align: left;">string</td>
<td>简标题</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"msg": "设置简标题成功",
"data": [],
"code": 1,
"state": true
}</code></pre>