- {conversation.externalSource} - / - {conversation.externalId} + 渠道 #{conversation.channelId || "-"} {conversation.customerId ? ( <> / diff --git a/web/lib/api/admin.ts b/web/lib/api/admin.ts index be86cfe..64013fa 100644 --- a/web/lib/api/admin.ts +++ b/web/lib/api/admin.ts @@ -109,8 +109,6 @@ export type ConversationParticipant = { export type AdminConversation = { id: number channelId: number - externalSource: string - externalId: string subject: string status: number serviceMode: number diff --git a/web/lib/api/agent.ts b/web/lib/api/agent.ts index fe47e72..30b974a 100644 --- a/web/lib/api/agent.ts +++ b/web/lib/api/agent.ts @@ -37,8 +37,6 @@ export type AgentConversation = { aiAgentId?: number channelId?: number customerId?: number - externalSource: string - externalId: string subject: string status: number serviceMode: number diff --git a/web/lib/api/im.ts b/web/lib/api/im.ts index c0f08b5..9ddae7d 100644 --- a/web/lib/api/im.ts +++ b/web/lib/api/im.ts @@ -34,8 +34,6 @@ export type ImConversationParticipant = { export type ImConversation = { id: number channelId: number - externalSource: string - externalId: string subject: string status: number serviceMode: number