Commit 1c15a89a authored by iamhujiebin's avatar iamhujiebin

BatchGetAllMicUser

parent 416d58ad
......@@ -239,6 +239,8 @@ func GetAllMicUser(groupUuid string) ([]mysql.ID, error) {
// 批量获取多个房间里麦上的人
func BatchGetAllMicUser(model *domain.Model, groupIds []string) (map[string][]mysql.ID, error) {
result := make(map[string][]mysql.ID, 0)
// todo
return result, nil
if len(groupIds) <= 0 {
return result, nil
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment