From 9fe65f6c237ea0f39e5bce22984a71ec4bf03969 Mon Sep 17 00:00:00 2001 From: zdl <3489966805@qq.com> Date: Wed, 12 Nov 2025 14:27:32 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=8F=82=E6=95=B0=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/bytedesk-integration/config/bytedesk.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bytedesk-integration/config/bytedesk.config.js b/src/bytedesk-integration/config/bytedesk.config.js index f9bd1f8c..a0929f69 100644 --- a/src/bytedesk-integration/config/bytedesk.config.js +++ b/src/bytedesk-integration/config/bytedesk.config.js @@ -62,7 +62,7 @@ export const bytedeskConfig = { // 聊天配置(必需) chatConfig: { org: BYTEDESK_ORG, // 组织ID - t: '2', // 类型: 2=客服, 1=机器人 + t: '1', // 类型: 1=人工客服, 2=机器人 sid: BYTEDESK_SID, // 工作组ID }, };