feat: OpenClaw Gateway 配置和连接优化 #1
@@ -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 = [];
|
||||||
|
|||||||
Reference in New Issue
Block a user