Explorar o código

feat(types): 添加ID

lipk %!s(int64=2) %!d(string=hai) anos
pai
achega
5a910d2e9e
Modificáronse 1 ficheiros con 2 adicións e 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;
 }