瀏覽代碼

feat(types): IMessageData补充 userName和phone 字段

wupeixin 3 年之前
父節點
當前提交
f93220036b
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      types/src/interface/message.ts

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

@@ -74,4 +74,6 @@ export interface IMessageData {
   type: TypeMessageData;
   type: TypeMessageData;
   title: string;
   title: string;
   isShowProcess: boolean;
   isShowProcess: boolean;
+  userName: string;
+  phone: string
 }
 }