浏览代码

Update MsgChatNew_s.ts

xiaoyang0346 3 天之前
父节点
当前提交
92104a560b
共有 1 个文件被更改,包括 2 次插入1 次删除
  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 
 }