From 134df0699c4f787a424dbe55cfa62e20525c4eb3 Mon Sep 17 00:00:00 2001 From: Cold <16419454+cold502@user.noreply.gitee.com> Date: Sat, 20 Dec 2025 13:26:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=A2=9E=E5=8A=A0=E8=BF=BD?= =?UTF-8?q?=E9=97=AE=E6=B6=88=E6=81=AF=E5=86=85=E7=A7=9F=E6=88=B7id?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- redis/types.go | 1 + 1 file changed, 1 insertion(+) 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"` // 追问内容