登录 (暂不使用) GET api/user/notifications
returns
{
"unread": 0
}
不登录 GET notifications noauth
returns
{
"carousel": [{ // compatible with current protocol
"id": 1,
"info": "<span style=\"color:2343;\"></span>",
"uri": "page/boards",
"wap_url": "/boards",
"show": "1"
}] // 跑马灯
}