新主题列表(全部)
<h3>新主题列表</h3>
<p>请求地址: POST <code>/topic/topic_list</code></p>
<table>
<thead>
<tr>
<th>字段</th>
<th>类型</th>
<th>描述</th>
</tr>
</thead>
<tbody>
<tr>
<td>appid</td>
<td>string</td>
<td>小程序appid</td>
</tr>
<tr>
<td>client_version</td>
<td>string</td>
<td>小程序版本</td>
</tr>
</tbody>
</table>
<p>返回示例</p>
<pre><code>{
"msg": "获取小程序主题列表成功",
"data": [
{
"id": 30,
"name": "热门",
"banner": null,
"sort": 1
},
],
"code": 1,
"state": true
}</code></pre>