## :-: **消息提醒詳情**
~~~[api]
get:api/members/notice_info
*varchar:token=100069&950b09e3299fe283065b2d1255516e53#登錄密鑰
*int:notice_id=7#消息id
<<<
ssuccess
{
"code": 200,
"msg": "獲取成功",
"data": {
"id": 7,
"title": "測試",
"is_read": 1,
"create_time": "2021-06-28 11:37:32",
"content": "<p>測試群發送</p>",
"member_id": 6
}
}
~~~
### 返回字段說明
| 字段 | 說明 |
| --- | --- |
| title | 消息標題 |
| is_read| 1=已讀;0=未讀|
| create_time | 消息通知時間 |
| content| 通知內容|