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