global.md 345 B

全局新增接口

登录 (暂不使用) GET api/user/notifications

returns

{
  "unread": 0
}

carousel

不登录 GET notifications noauth

returns

{
  "carousel": {
    "interval": 3,
    "items": [{
      "text": "<span style=\"color:2343;\"></span>",
      "uri": "page/boards",
    }]      // 跑马灯
  }
}