Vanessa 2025-12-31 11:42:24 +08:00
parent ba9c58ede6
commit c75a622043
4 changed files with 13 additions and 28 deletions

View file

@ -705,6 +705,7 @@ interface IWebSocketData {
msg: string;
code: number;
sid?: string;
context?: any;
}
interface IGraphCommon {