正在初始化 Webhook 收件箱...

首次加载可能需要较长时间

{{ user?.username }}
所有请求 {{ requests.length }}
我的收件箱
{{ inbox.name }} 优先级: {{ inbox.priority }}
#{{ inbox.id }}
组织 ID: {{ user.org_id }}

{{ currentInbox ? currentInbox.name : '所有请求' }}

Webhook URL: {{ currentInbox ? `${origin}/wh/i/${currentInbox.uid}` : `${origin}/wh/org/${user.org_id}` }}

暂无请求

{{ req.method }} {{ formatTime(req.created_at) }}
ID: {{ req.request_id }}
{{ req.content_type || 'No Content-Type' }}

请求详情

{{ selectedRequest.request_id }}

收件箱: #{{ selectedRequest.inbox_id }} 未归类
接收时间 {{ new Date(selectedRequest.created_at).toLocaleString('zh-CN', { hour12: false }) }}
客户端 IP {{ selectedRequest.client_ip }}

请求体 (Body)

{{ (selectedRequest.body_json || selectedRequest.raw_body || '').length }} bytes

                            

请求头 (Headers)

{{ key }} {{ val }}

准备就绪

请从左侧列表选择一个请求查看详情

新建收件箱

管理规则 - {{ currentInbox?.name }}

{{ rule.field }} {{ rule.operator }} {{ rule.value }}
暂无过滤规则

添加新规则

确认删除

{{ deleteTarget.type === 'request' ? '确定要删除这条请求记录吗?' : '确定要删除这条过滤规则吗?' }}

此操作无法撤销。