加群处理

This commit is contained in:
2025-12-05 18:24:33 +08:00
parent 66de463881
commit 3cb634d663
2 changed files with 3 additions and 0 deletions

View File

@@ -217,6 +217,7 @@ class GroupController extends ApiController
}
Db::commit();
if($res) {
Redis::del('usermsg:list:' . $this->user_type . ':' . $this->uid);
return $this->success();
}else {
return $this->error();