Explorar o código

Update MsgChatNew_s.ts

xiaoyang0346 hai 3 días
pai
achega
92104a560b
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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 
 }