mirror of
https://github.com/ReCloudStudio/WebHooker.git
synced 2026-09-23 00:21:28 +00:00
feat(admin): add detailed send log viewer with extended fields
This commit is contained in:
parent
3a6a2cbbc5
commit
dcbe93be91
14 changed files with 460 additions and 42 deletions
|
|
@ -3,6 +3,10 @@ import type { Route, Env, NeutralMessage } from "../types";
|
|||
export interface SendResult {
|
||||
ok: boolean;
|
||||
error?: string;
|
||||
errorCode?: string;
|
||||
status?: number;
|
||||
messageId?: string;
|
||||
attempts?: number;
|
||||
}
|
||||
|
||||
export interface PlatformDriver {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue