Explorar o código

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

wupeixin %!s(int64=3) %!d(string=hai) anos
pai
achega
f93220036b
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      types/src/interface/message.ts

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

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