diff --git a/redis/types.go b/redis/types.go index 17c571f..a6a3e36 100644 --- a/redis/types.go +++ b/redis/types.go @@ -44,6 +44,7 @@ type ResponseStreamMessage struct { // FollowUpMessage 追问消息结构(RabbitMQ 延时队列) type FollowUpMessage struct { + TenantId string `json:"tenant_id"` // 租户ID UserId string `json:"user_id"` // 用户ID Platform string `json:"platform"` // 平台标识 Content string `json:"content"` // 追问内容