文档
测试

标记为已读

POST
/api/v1/facade/message/pe/marks

请求头

参数名
类型
描述
必填
Content-Type
string
application/x-www-form-urlencoded
必填

请求参数

参数名
类型
描述
必填
type
string
work工作通知 system系统通知
必填
id
string
通知id(不传表示已读所有消息)
必填

响应参数

参数名
类型
描述
必填
status
int
示例:0
必填
message
string
示例:ok
必填
succ
boolean
示例:true
必填

说明 / 示例

{ "status": 0, "message": "ok", "succ": true }