## 获取当前用户的通知消息
~~~[api]
get:index/User/inform
*user_token=1%4016c96d9a163cd878764d2122ef8cf42e#登录之后的密钥
<<<
success
{
"code": 1,
"msg": "获取成功",
"data": {
"total": 2,
"per_page": 15,
"current_page": 1,
"last_page": 1,
"data": [
{
"id": 1,
"uid": 1,
"title": "审核通过消息通知",
"content": "恭喜您,您提交的资料经审核,已经审核通过。"
},
{
"id": 2,
"uid": 1,
"title": "创新平台",
"content": "欢迎大家来到创新平台。"
}
]
}
}
~~~
### 返回字段说明
| 字段 | 说明 |
| --- | --- |
| id | 条款ID |
| title | 条款标题 |
| content | 条款内容 |
| update_time | 条款更新时间 |