Skip to main content
POST
/
api
/
notification
/
record
/
read
通知已读更新
curl --request POST \
  --url https://api.example.com/api/notification/record/read \
  --header 'Authentication: <authentication>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "id": "c4114b77076f4a7b97fc5177385673ee"
}
'
{
  "code": 200,
  "message": "操作成功",
  "result": 48,
  "success": true,
  "timestamp": 1677894599868
}

Headers

Authentication
string
required

Body

application/json
id
string
required

全部已读,则不传

Response

200 - application/json

The response is of type object.