Prechádzať zdrojové kódy

Update MsgChatNew_s.ts

xiaoyang0346 3 dní pred
rodič
commit
92104a560b

+ 2 - 1
s_to_proto/shared/chat/server/MsgChatNew_s.ts

@@ -1,9 +1,10 @@
+import { ChatInfo } from "../PtlChatSend";
 
 
 /**
  * msg推送信息
  */
 export interface MsgChatNew_s {
-
+    [xbid: string]: ChatInfo 
 }