We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
主要举出用户的通知接口。
获取用户全部通知列表。
GET /user/notifications
Response
{ "res": true, "data": [] }
批量标记通知为已读。
GET /user/notifications/mark
{ "res": true, "data": "标记已读成功" }