初始化聊天,完结

This commit is contained in:
2025-11-20 17:57:13 +08:00
parent 4e2ec57f90
commit 12f84fa547
7 changed files with 179 additions and 27 deletions

View File

@@ -5,4 +5,13 @@ namespace app\chat\model;
class ChatGroupMember extends BaseModel
{
public $tabla_name = 'chat_group_member';
// 是否退群
public static function getUserQuit($uid, $group_id)
{
}
}