Optimize terminal detail loading and Redis replay

This commit is contained in:
2569718930@qq.com
2026-05-31 04:32:48 +08:00
parent 2a6d8748f4
commit 46effcd45f
16 changed files with 948 additions and 80 deletions
+6
View File
@@ -97,9 +97,15 @@ export type PaymentIncident = {
id: number;
event_type?: string;
reason?: string;
detail?: string;
intent_id?: string;
user_id?: string;
tx_hash?: string;
payload_json?: string;
created_at?: string;
resolved?: boolean;
resolved_at?: string;
resolved_by?: string;
};
export type IncidentsPayload = {