漫画详情中同类作品1
<h5>简要描述:</h5>
<p>漫画详情中同类作品</p>
<h5>请求URL:</h5>
<p><code>http://codetest.myfcomic.com/api/sametype</code></p>
<h5>请求方式:</h5>
<p>GET </p>
<h5>参数</h5>
<table>
<thead>
<tr>
<th>参数名</th>
<th>必选</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>comic_id</td>
<td>是</td>
<td>int</td>
<td>漫画id</td>
</tr>
<tr>
<td>platform</td>
<td>是</td>
<td>int</td>
<td>平台</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code>{
"code": 1,
"msg": "操作成功",
"data": {
"list": [
{
"comic_id": 155,
"comic_cover": "http://cdnmyfcomicadmin.myfcomic.com/images/upin_comics/155/d92e24250bda03403063607e8099a2ef.jpg@!q90_no_make",
"comic_title": "航海王",
"hits": "19.57W",
"is_coin": 1
},
{
"comic_id": 156,
"comic_cover": "http://cdnmyfcomicadmin.myfcomic.com/images/upin_comics/156/34a14334fc08059f731830d48abec55a.jpg@!q90_no_make",
"comic_title": "黑色四叶草",
"hits": "11.11W",
"is_coin": 1
},
{
"comic_id": 157,
"comic_cover": "http://cdnmyfcomicadmin.myfcomic.com/images/upin_comics/157/fee155a0f381f4d915b4b26cdb94b5a0.jpg@!q90_no_make",
"comic_title": "我的英雄学园a",
"hits": "14.89W",
"is_coin": 1
},
{
"comic_id": 16,
"comic_title": "校草室友有剧毒",
"comic_cover": "http://cdnmyfcomicadmin.myfcomic.com/images/upin_comics/16/61ce9c371878c6c40e787aa6f694849d.jpg@!q90_no_make",
"hits": "10W",
"is_coin": 1
},
{
"comic_id": 50,
"comic_title": "百合格子",
"comic_cover": "http://cdnmyfcomicadmin.myfcomic.com/images/upin_comics/50/1dd8c8c0b8525da36a245f44b315fac1.jpg@!q90_no_make",
"hits": "10W",
"is_coin": 1
},
{
"comic_id": 26,
"comic_title": "镖人",
"comic_cover": "http://cdnmyfcomicadmin.myfcomic.com/images/upin_recommends/177/pic_498abb120319b104027604dce0a55d07.jpg@!q90_no_make",
"hits": "10.49W",
"is_coin": 1
}
]
}
}</code></pre>
<h5>返回参数说明</h5>
<table>
<thead>
<tr>
<th>参数名</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>comic_id</td>
<td>int</td>
<td>漫画id</td>
</tr>
<tr>
<td>comic_cover</td>
<td>string</td>
<td>漫画竖版封面</td>
</tr>
<tr>
<td>comic_title</td>
<td>string</td>
<td>漫画标题</td>
</tr>
<tr>
<td>hits</td>
<td>string</td>
<td>点击量</td>
</tr>
<tr>
<td>is_coin</td>
<td>int</td>
<td>显示金币 1显示 2不显示</td>
</tr>
<tr>
<td>comic_type</td>
<td>int</td>
<td>漫画类型(1-独家,2-非独家)</td>
</tr>
<tr>
<td>word</td>
<td>string</td>
<td>推荐短语</td>
</tr>
<tr>
<td>chapter_id</td>
<td>int</td>
<td>最新章节id</td>
</tr>
<tr>
<td>chapter_title</td>
<td>string</td>
<td>最新章节标题</td>
</tr>
<tr>
<td>chapter_num</td>
<td>string</td>
<td>最新章节序号</td>
</tr>
<tr>
<td>chapter_num_special</td>
<td>string</td>
<td>chapter_num为数字时返回0,其他返回1</td>
</tr>
<tr>
<td>new_chapter_id</td>
<td>int</td>
<td>最新章节id</td>
</tr>
</tbody>
</table>