WuKongIM Docs

追加消息事件

编辑此页报告文档问题
POST/message/event

校验并应用一次消息级事件投影;不支持非 null headers。

请求主体

application/json

TypeScript 定义

在 TypeScript 中使用 request body 类型。

响应主体

application/json

application/json

application/json

{  "status": 200,  "data": {    "client_msg_no": "string",    "event_key": "string",    "event_id": "string",    "msg_event_seq": 0,    "stream_status": "string",    "channel_id": "string",    "channel_type": 0,    "from_uid": "string"  }}