소스 검색

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 
 }