各类电视剧数据获取

### 数据列表获取: #### 请求url * <font color=red>`/getTVlist/getTV`</font> #### 请求方式 * <font color=red>`GET`</font> --- ##### 请求参数说明: |参数名|类型|说明| | :-----| ----: | :----: | |page(可选)|number|页码| |pagesize(可选)|number|每页记录数| |collectionName|string|数据库名(地址的路径最后一个单词)| ##### 返回示例 ```json { "err": null, "data": {....}, "msg": "查询成功", "code": 200 } ```