用户信息

**接口说明:** 接口地址:outreach.allot.api.turboradio.cn/user/index 编码格式:UTF-8 入参格式:JSON 请求方法:HTTP_POST --- **请求头参数:** |字段名| Schema |类型| 必须 | 备注 | |-|-|-|-|-| |登录态值|token|string| 是| | --- **请求body参数:** 无 示例: ```language ``` --- **响应参数:** |字段名| Schema |类型| 备注 | |-|-|-|-| |用户名| username |string| | |未读数| unreadNum |int| | |消息列表| list |OBJECT| | list数据: |字段名| Schema |类型| 备注 | |-|-|-|-| |消息id| id |int| | |用户id| userId |int| | |标题| title |string| | |内容| content |string| | |是否已读| isRead |int|0 未读、1 已读 | |生成时间| gmtCreated |string| | 示例: ```language { "data": { "list": [ { "content": "编号20200608f58h8d9k1ib53f0ihm7en9el工单,未通过审核,请跟进后续工作。", "gmtCreated": "2020-06-08 23:38:58", "id": 8, "isRead": 1, "title": "20200608f58h8d9k1ib53f0ihm7en9elX工单未通过审核", "type": 0, "userId": 15 }, { "content": "编号20200608f58h8d9k1ib53f0ihm7en9el工单,未通过审核,请跟进后续工作。", "gmtCreated": "2020-06-08 23:34:43", "id": 6, "isRead": 1, "title": "20200608f58h8d9k1ib53f0ihm7en9elX工单未通过审核", "type": 0, "userId": 15 }, { "content": "编号20200608f58h8d9k1ib53f0ihm7en9el工单,未通过审核,请跟进后续工作。", "gmtCreated": "2020-06-08 23:30:17", "id": 4, "isRead": 1, "title": "20200608f58h8d9k1ib53f0ihm7en9elX工单未通过审核", "type": 0, "userId": 15 }, { "content": "编号20200608f58h8d9k1ib53f0ihm7en9el工单,未通过审核,请跟进后续工作。", "gmtCreated": "2020-06-08 23:27:42", "id": 3, "isRead": 1, "title": "20200608f58h8d9k1ib53f0ihm7en9elX工单未通过审核", "type": 0, "userId": 15 } ], "unreadNum": 0, "username": "郑洪东" }, "dataType": "OBJECT", "errno": "0", "error": "" } ``` 说明:响应出参都是data中的数据