## :-: **个人中心**
### 通知
~~~[api]
get:/api/notification/index
string:token=1&23ec69c7a8fdd74c57c820843963bf24#用户标识
int:page=1#当前页
int:limit=1#帖子条数限度
<<<
success
{
"code": 1,
"msg": "acquire success", //获取成功
"notification_list": {
"total": 1,
"per_page": "1",
"current_page": "1",
"last_page": 1,
"data": [
{
"id": 1,
"content": "号外号外:火可以试金,金可以试女人,女人可以试男人。",
"status": 1,
"create_time": "2018-12-27 16:00:52"
"last_id": {
"max(id)": 3 //通知最新的id个数
}
}
]
}
}
<<<
error
{
"code": 0,
"msg": "No notice", // 暂未通知
}
~~~