更新时间:2022-01-24 10:16:41
本文介绍标记消息为已读或未读的 API。
批量标记接收者 ID 下的消息为已读或未读。
PUT: /v1.0/sdf/notifications/messages/actions-read
body
说明
参数名 | 类型 | 参数位置 | 是否必填 | 说明 |
---|---|---|---|---|
read_flag | String | true | 是否已读标记。
| |
recipient_id | String | true | 接收者 ID | |
message_ids | String | true | 通知消息 ID 集合,使用半角逗号(,)分割,数量取值范围:0~200 |
参数名 | 类型 | 说明 |
---|---|---|
result | Boolean | 标记结果。
|
PUT: /v1.0/sdf/notifications/messages/acitons-read
{
"recipient_id": "bay1636698039708****",
"message_ids": "659937****,659947****",
"read_flag": 0
}
{
"result": true,
"t": 1637563727813,
"success": true
}
参考 错误码。
该内容对您有帮助吗?
是意见反馈该内容对您有帮助吗?
是意见反馈