Skip to content

notification

Malcolm edited this page Jul 8, 2016 · 4 revisions

通知接口

主要举出用户的通知接口。

获取全部通知

获取用户全部通知列表。

GET /user/notifications

Response

{
  "res": true,
  "data": []
}

批量设置通知为已读

批量标记通知为已读。

GET /user/notifications/mark

Response

{
  "res": true,
  "data": "标记已读成功"
}
Clone this wiki locally