用户数据添加
### 添加用户:
#### 请求url
* <font color=red>`/getuserlist/adduser`</font>
#### 请求方式
* <font color=red>`POST`</font>
---
##### 请求参数说明:
|参数名|类型|说明|
| :-----| ----: | :----: |
|userObj|Object|用户数据对象|
##### 返回示例
```json
{
"err": null,
"data": null,
"msg": "添加成功",
"code": 200
}
```