消息详情

项目空间、会话、通讯录和出入站消息

2026-08-14 19:47:15

入站消息详情

APP tiangong
SpaceID project_456
模式 飞书应用
状态 unmapped

三方入站请求 Header

历史消息未记录该项。

三方入站请求 Body

{
    "event": {
        "sender": {
            "sender_id": {
                "open_id": "ou_online_smoke",
                "union_id": "on_online_smoke"
            }
        },
        "message": {
            "chat_id": "oc_online_smoke",
            "content": "{\"text\":\"online new model smoke\"}",
            "chat_type": "group",
            "message_id": "om_new_model_online_1",
            "message_type": "text"
        }
    },
    "header": {
        "event_id": "evt_new_model_online_1",
        "event_type": "im.message.receive_v1"
    }
}

标准化消息

{
    "app": "tiangong",
    "chat": {
        "id": 1,
        "chat_type": "group",
        "external_chat_id": "oc_online_smoke"
    },
    "action": null,
    "contact": {
        "id": 2,
        "biz_user_id": null,
        "contact_type": "group",
        "display_name": null,
        "external_contact_id": "oc_online_smoke"
    },
    "message": {
        "raw": {
            "chat_id": "oc_online_smoke",
            "content": "{\"text\":\"online new model smoke\"}",
            "chat_type": "group",
            "message_id": "om_new_model_online_1",
            "message_type": "text"
        },
        "text": "online new model smoke",
        "chat_id": "oc_online_smoke",
        "is_group": true,
        "chat_type": "group",
        "message_id": "om_new_model_online_1"
    },
    "space_id": "project_456",
    "event_type": "message.received",
    "biz_user_id": null,
    "external_mode": "feishu",
    "sender_contact": {
        "id": 1,
        "biz_user_id": null,
        "contact_type": "friend",
        "display_name": null,
        "external_contact_id": "ou_online_smoke"
    }
}

回调业务方请求

历史消息未记录该项。

回调业务方响应

历史消息未记录该项。