Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #328

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

1 change: 0 additions & 1 deletion src/Core/MessageHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -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']);

Expand Down
1 change: 0 additions & 1 deletion src/Support/Common.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ public static function findWechatGroup($groupObj)
* 如果由于不检查成员导致的群名重复,在最后会由于匹配多于一条记录而报错,守住底线,保证程序不出错.
*/
if (count($group['MemberList']) > 0) {

//首位群员标识不匹配
if ('' != $firstMemberAttr) {
if ($firstMemberAttr == $group['MemberList'][0]['AttrStatus']) {
Expand Down