## 全局新增接口 登录 (暂不使用) GET api/user/notifications returns ```json { "unread": 0 } ``` ## carousel 不登录 GET notifications noauth returns ```json { "carousel": { "interval": 3, "items": [{ "text": "", "uri": "page/boards", }] // 跑马灯 } } ```