ソースを参照

Update PtlChatSend.ts

xiaoyang0346 12 時間 前
コミット
91ab603b1e
1 ファイル変更1 行追加1 行削除
  1. 1 1
      s_to_proto/shared/chat/PtlChatSend.ts

+ 1 - 1
s_to_proto/shared/chat/PtlChatSend.ts

@@ -12,7 +12,7 @@ export interface ReqChatSend {
 * 返回信息
 */
 export interface ResChatSend {
-    [type_id: string]: ChatInfo 
+    [channelType_id: string]: ChatInfo 
 }
 
 export interface ChatInfo {