获取通知

请求地址与要求

GET api/notification/getnotification

要求登录。

参数与请求体

无需任何参数。

返回体

请求成功时,会返回成功提示,带有 200 状态码,还会带有一组 通知对象 组成的数组。

{
  "status": "Success",
  "data": [
    {
      "id": 14,
      "reciver": 1,
      "linkto": 3,
      "type": "announcement",
      "content": "收到一个新的公告:关于公司内部开展 Vainglory 比赛的通知",
      "read": 0,
      "time": 1495546604566
    },
    {
      "id": 1,
      "reciver": 1,
      "linkto": 1,
      "type": "project",
      "content": "由 Astrian Zheng 提交的专案正等待审核。",
      "read": 1,
      "time": 1495467069789
    }
  ]
}

results matching ""

    No results matching ""