feat: OpenClaw Gateway 配置和连接优化 #1

Open
weworkdev wants to merge 27 commits from weworkdev into main
Showing only changes of commit 7c826af5d1 - Show all commits

View File

@@ -164,8 +164,8 @@ class WeComConnection {
text = text.replace(/@\S+/g, '').trim(); text = text.replace(/@\S+/g, '').trim();
} }
// 构建 sessionKey格式wecom:chatType:chatId // 构建 sessionKey格式botId:chatId
const sessionKey = `wecom:${chatType}:${chatId}`; const sessionKey = `${this.botId}:${chatId}`;
// 处理媒体文件 // 处理媒体文件
const attachments = []; const attachments = [];