Pārlūkot izejas kodu

Update MsgChatNew_s.ts

xiaoyang0346 3 dienas atpakaļ
vecāks
revīzija
92104a560b
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  1. 2 1
      s_to_proto/shared/chat/server/MsgChatNew_s.ts

+ 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 
 }