消息墙

实时展示

Webhook 接口

POST /api/messages

请求体示例:

{
  "content": "这是一条测试消息",
  "timestamp": "2024-01-01T12:00:00Z"  // 可选,默认使用当前时间
}

加载中...