Explorar o código

Update PtlChatSend.ts

xiaoyang0346 hai 17 horas
pai
achega
91ab603b1e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 {
 export interface ResChatSend {
-    [type_id: string]: ChatInfo 
+    [channelType_id: string]: ChatInfo 
 }
 }
 
 
 export interface ChatInfo {
 export interface ChatInfo {