专题收藏列表1
<h5>简要描述:</h5>
<p>收藏列表</p>
<h5>请求URL:</h5>
<p><code>http://pay.myfcomic.com/api/user/collects/topic/list</code></p>
<h5>请求方式:</h5>
<p>post </p>
<h5>参数:</h5>
<table>
<thead>
<tr>
<th>参数名</th>
<th>必选</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>uid</td>
<td>是</td>
<td>int</td>
<td>用户id</td>
</tr>
<tr>
<td>device_id</td>
<td>是</td>
<td>string</td>
<td>设备号</td>
</tr>
<tr>
<td>collect_id</td>
<td>否</td>
<td>int</td>
<td>收藏id</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code>{
"code": 1,
"msg": "操作成功",
"data": [
{
"collect_id ": 2700,
"topic_id": 53,
"head_img_url": "https://cdnmyfcomicadmin.myfcomic.com/topic/topic/head_img_url/53/2.jpg@!auto",
"name": "专题名称",
"type_name": "测试专题类型名称111",
"is_line": 1
}
]
}</code></pre>
<h5>返回参数说明</h5>
<table>
<thead>
<tr>
<th>参数名</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>collect_id</td>
<td>int</td>
<td>收藏id</td>
</tr>
<tr>
<td>topic_id</td>
<td>int</td>
<td>专题id</td>
</tr>
<tr>
<td>head_img_url</td>
<td>string</td>
<td>专题头图</td>
</tr>
<tr>
<td>name</td>
<td>string</td>
<td>专题名称</td>
</tr>
<tr>
<td>type_name</td>
<td>string</td>
<td>专题类型</td>
</tr>
<tr>
<td>is_line</td>
<td>int</td>
<td>1上线 2下线</td>
</tr>
</tbody>
</table>