加群处理

This commit is contained in:
2025-12-06 18:03:29 +08:00
parent 64b80f4b57
commit 94b2bd791e

View File

@@ -274,6 +274,7 @@ class GroupController extends ApiController
'user_id' => $this->uid, 'user_id' => $this->uid,
])->update(['quit_time' => d()]); ])->update(['quit_time' => d()]);
if($res) { if($res) {
Redis::del('usermsg:list:' . $this->user_type . ':' . $this->uid);
return $this->success(); return $this->success();
} }
return $this->error(); return $this->error();