diff --git a/README.md b/README.md index 1a93ca47..93493122 100644 --- a/README.md +++ b/README.md @@ -46,5 +46,11 @@ composer require hanson/vbot ## 文档 [详细文档](http://create.hanc.cc/vbot) +## 聚合聊天 + +![cd788338d401375c814f0fd66f4fbb81](https://github.com/Hanson/vbot/assets/10583423/0addbbeb-ed12-4842-9cae-f79b1fe25823) + + ## 联系我 ![c1dd0c62c37d4a9ab8c6aa7a4e51573](https://user-images.githubusercontent.com/10583423/220509100-a4ecf72e-5d98-41bb-bcbf-41f955c99ba4.jpg) + diff --git a/src/Core/MessageHandler.php b/src/Core/MessageHandler.php index 1c0c2f03..40f79bfa 100644 --- a/src/Core/MessageHandler.php +++ b/src/Core/MessageHandler.php @@ -88,7 +88,6 @@ private function checkSync() public function handleCheckSync($retCode, $selector, $test = false) { if (in_array($retCode, [1100, 1101, 1102, 1205])) { // 微信客户端上登出或者其他设备登录 - $this->vbot->console->log('vbot exit normally.'); $this->vbot->cache->forget('session.'.$this->vbot->config['session']); diff --git a/src/Support/Common.php b/src/Support/Common.php index 21cccab7..7d03e531 100644 --- a/src/Support/Common.php +++ b/src/Support/Common.php @@ -84,7 +84,6 @@ public static function findWechatGroup($groupObj) * 如果由于不检查成员导致的群名重复,在最后会由于匹配多于一条记录而报错,守住底线,保证程序不出错. */ if (count($group['MemberList']) > 0) { - //首位群员标识不匹配 if ('' != $firstMemberAttr) { if ($firstMemberAttr == $group['MemberList'][0]['AttrStatus']) {