我开启自动订阅的小说
<h5>简要描述</h5>
<ul>
<li>我开启自动订阅的小说</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>http://xx.com/api/myAutomaticNovel</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST </li>
</ul>
<h5>参数</h5>
<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;">page</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>默认1</td>
</tr>
<tr>
<td style="text-align: left;">pageSize</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>默认10</td>
</tr>
<tr>
<td style="text-align: left;">type</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>1无痕2是追订</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code>{
"code": 200,
"message": "ok",
"data": {
"data": [
{
"id": 6,
"user_id": 48724,
"novel_id": 1463,
"is_popup": 0,
"time": 1597072957,
"novel": {
"novel_id": 1463,
"author_id": 29418,
"novel_name": "回到民国当小编",
"novel_wordname": "回到民国当小编",
"novel_pinyin": "huidaominguodangxiaobian",
"novel_status": 1,
"novel_copyright": 1,
"novel_sign_id": 4,
"novel_sell": 1,
"novel_process": 1,
"novel_type": 1,
"type_id": 21,
"novel_author": "约翰留着长长的胡子",
"novel_cover": "/upload/images/20200517/20200517151645589599960452.jpg",
"novel_comment": "",
"novel_info": "被电磁炮电回了1945年,没有系统。\r\n不带兵,不打仗。\r\n爱搞发明,爱当老师。\r\n爱抄口水歌。\r\n擅长在幕后悄悄改变历史。\r\n\r\n",
"novel_tags": "回到民国当小编,约翰留着长长的胡子",
"novel_chapter": 328,
"novel_wordnumber": 1101030,
"novel_uptime": 1606981103,
"novel_clicktime": 1604149314,
"novel_score": "4.2",
"novel_ding": 1245,
"novel_cai": 172,
"novel_replay": 392,
"novel_startcid": 15350,
"novel_startcname": "第一章 唐华的意外之旅",
"novel_newcid": 297453,
"novel_newcname": "无标题章节-1606704308",
"novel_createtime": 1589570204,
"novel_todayclick": 2657,
"novel_weekclick": 17078,
"novel_monthclick": 95436,
"novel_yearclick": 354303,
"novel_allclick": 6594,
"novel_todaycoll": 909,
"novel_weekcoll": 1472,
"novel_monthcoll": 2222,
"novel_yearcoll": 8696,
"novel_allcoll": 6588,
"novel_colltime": 1610360876,
"novel_todayrec": 50,
"novel_weekrec": 887,
"novel_monthrec": 3053,
"novel_yearrec": 17711,
"novel_allrec": 17716,
"novel_path": "/files/txt/novel/21/53c85c70f93254cb141c5e3a589ff4c51e567876/index.txt",
"novel_rectime": 1605120266,
"novel_order": 11,
"novel_yesterdaysales": "139984",
"novel_yuepiao": 296,
"novel_readvalue": "0.00",
"novel_sex": 1,
"second_type": 7,
"reward_rank_day": 100,
"reward_rank_week": 900,
"reward_rank_month": 12287,
"scan_rank_status": 0,
"novel_sell_time": 1595208418,
"punish_status": 0,
"novel_process_name": "连载中",
"novel_copyright_name": "签约销售",
"channel_name": "男频",
"sign_name": "已签约",
"sell_name": "已上架",
"scan_rank_status_name": "已签约"
}
}
],
"total": 1,
"current_page": 1,
"per_page": 10,
"last_page": 1
}
}</code></pre>
<h5>返回参数说明</h5>
<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;">groupid</td>
<td style="text-align: left;">int</td>
<td>用户组id,1:超级管理员;2:普通用户</td>
</tr>
</tbody>
</table>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>