各类电视剧数据添加
### 用户注册:
#### 请求url
* <font color=red>`/addTVlist/add`</font>
#### 请求方式
* <font color=red>`POST`</font>
---
##### 请求参数说明:
|参数名|类型|说明|
| :-----| ----: | :----: |
|TvObj|Object|添加的数据对象|
|collectionName|string|要添加的数据库名|
##### 返回示例
```json
{
"err": null,
"data": null,
"msg": "添加成功",
"code": 200
}
```