登录 (暂不使用) GET api/user/notifications
returns
{
"unread": 0
}
不登录 GET notifications noauth
returns
{
"carousel": {
"interval": 3,
"items": [{
"text": "<span style=\"color:2343;\"></span>",
"uri": "page/boards",
}] // 跑马灯
}
}