Browse Source

feat(types): 添加返回结果

lipk 2 năm trước cách đây
mục cha
commit
2fab122aa7
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      types/src/interface/message.ts

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

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