主题列表修改
<h4>运营后台接口</h4>
<h4>主题列表</h4>
<p>去除 entry_aid、entry_aid_json 字段,增加 articles 字段为 {id, sub_title} 的对象数组</p>
<p><img src="https://www.showdoc.cc/server/api/common/visitfile/sign/854ffd818db1fcc4d5c84a664ff9daa7?showdoc=.jpg" alt="" /></p>
<p>在第一次获取列表时传 order_by=publish (已发布优先)
在进行置顶和上下移操作时传 order_by=sort (排序值优先)</p>
<h4>置顶主题</h4>
<p><strong>请求URL:</strong></p>
<ul>
<li>POST <code>/miniprogrammanage/topic_sort</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;">sort</td>
<td style="text-align: left;">string</td>
<td>increment上移 decreament下移 top置顶</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"msg": "置顶成功",
"data": [],
"code": 1,
"state": true
}</code></pre>
<h4>主题新增素材列表</h4>
<p>在 all_aid_json 中的文章对象增加 recommend_thumb 字段为素材封面</p>
<h4>主题列表新增素材列表</h4>
<p>新增筛选可传字段 article_id article_type tag_id channel_id column_id 进行搜索(与素材列表接口相同)</p>