购买更多 章节序号页面
<p><strong>简要描述:</strong> </p>
<ul>
<li>购买更多 章节序号页面</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://pay.myfcomic.com/api/pay/chapters</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST</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;">uid</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">int</td>
<td>uid</td>
</tr>
<tr>
<td style="text-align: left;">comic_id</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>漫画id</td>
</tr>
<tr>
<td style="text-align: left;">type</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">网络状态 作为下载序号选择是必传 下载画质 1原画 2高清 3省流</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"code": 1,
"msg": "操作成功",
"data": [
{
"id": 2753,
"num": "1",
"title": "第1话 漩涡鸣人",
"chapter_charge": 2,
"chapter_price": 0,
"user_charge": 2
},
{
"id": 4356,
"num": "350",
"title": "第350话 惊人的消息",
"chapter_charge": 1,
"chapter_price": 0,
"user_charge": 1
}
]
}
下载页面返回数据说明
{
"code": 1,
"msg": "操作成功",
"data": [
{
"id": 1742,
"is_charge": 1,
"num": "01",
"title": "第01话 青焰魔的嘲笑",
"size": 26936874,
"chapter_charge": 1,
"chapter_price": 49,
"user_charge": 2
},
{
"id": 1744,
"is_charge": 1,
"num": "02",
"title": "第02话 兄与弟",
"size": 30278944,
"chapter_charge": 1,
"chapter_price": 49,
"user_charge": 2
},
{
"id": 1748,
"is_charge": 1,
"num": "03",
"title": "第03话 天空之庭",
"size": 43790677,
"chapter_charge": 1,
"chapter_price": 49,
"user_charge": 2
},
{
"id": 1752,
"is_charge": 1,
"num": "04",
"title": "第04话 诅咒寺之子",
"size": 24653475,
"chapter_charge": 1,
"chapter_price": 49,
"user_charge": 2
},
{
"id": 1753,
"is_charge": 1,
"num": "05",
"title": "第05话 千鸟群飞",
"size": 31923578,
"chapter_charge": 1,
"chapter_price": 49,
"user_charge": 2
}
]
}</code></pre>
<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;">int</td>
<td>章节id</td>
</tr>
<tr>
<td style="text-align: left;">num</td>
<td style="text-align: left;">string</td>
<td>章节序号</td>
</tr>
<tr>
<td style="text-align: left;">title</td>
<td style="text-align: left;">string</td>
<td>章节标题</td>
</tr>
<tr>
<td style="text-align: left;">chapter_price</td>
<td style="text-align: left;">int</td>
<td>章节价格</td>
</tr>
<tr>
<td style="text-align: left;">chapter_charge</td>
<td style="text-align: left;">int</td>
<td>章节是否收费1收费 2免费</td>
</tr>
<tr>
<td style="text-align: left;">user_charge</td>
<td style="text-align: left;">int</td>
<td>用户是否付费 1已付费 2未付费</td>
</tr>
<tr>
<td style="text-align: left;">size</td>
<td style="text-align: left;">int</td>
<td>章节大小 单位bete</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>