## 獲取當前用戶的通知消息
~~~[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 | 條款更新時間 |