Browse Source

feat(types): 添加ID

lipk 1 year atrás
parent
commit
5a910d2e9e
1 changed files with 2 additions and 1 deletions
  1. 2 1
      types/src/interface/message.ts

+ 2 - 1
types/src/interface/message.ts

@@ -128,5 +128,6 @@ export interface IMsgLog {
   isSucceed: boolean;
   phone: string;
   data?: any;
-  resule?: any;
+  result?: any;
+  ID: string;
 }