文档
测试

设置消息为已读

POST
/api/options/setNoticeRead

接口描述

设置消息为已读

请求参数

参数名
类型
描述
必填
id
int
消息ID (非必传 不传 或者 传0 设置该类型的消息全部已读)
必填
type
int
消息类型(1 点赞 2 评论 回复 4 关注) 多个类型用逗号隔开 (1,2,3)
必填

说明 / 示例

``` { "status": 1, "data": [], "message": "成功", "code": 0 } ```