Explorar el Código

feat(types): 添加ID

lipk hace 1 año
padre
commit
5a910d2e9e
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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;
 }