搜索收费漫画
<p><strong>简要描述:</strong> </p>
<ul>
<li>搜索收费漫画</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://adminapi.myfcomic.com/api/charge/comic/search</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>GET </li>
</ul>
<p><strong>参数:</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">必选</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">comic_title</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>漫画标题</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"code": 1,
"msg": "操作成功",
"data": [
{
"id": 128,
"title": "暖婚100分",
"author_id": 129,
"name": "六月草"
},
{
"id": 234,
"title": "123213",
"author_id": 188,
"name": "北京璀璨星空文化发展有限公司11"
}
]
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<p>|参数名|类型|说明|
|id |int |付费漫画id |
|title |int |漫画标题 |
|author_id |int |编辑id |
|name |int |编辑用户名 |</p>
<p><strong>备注</strong> </p>