Commit 1c15a89a authored by iamhujiebin's avatar iamhujiebin

BatchGetAllMicUser

parent 416d58ad
...@@ -239,6 +239,8 @@ func GetAllMicUser(groupUuid string) ([]mysql.ID, error) { ...@@ -239,6 +239,8 @@ func GetAllMicUser(groupUuid string) ([]mysql.ID, error) {
// 批量获取多个房间里麦上的人 // 批量获取多个房间里麦上的人
func BatchGetAllMicUser(model *domain.Model, groupIds []string) (map[string][]mysql.ID, error) { func BatchGetAllMicUser(model *domain.Model, groupIds []string) (map[string][]mysql.ID, error) {
result := make(map[string][]mysql.ID, 0) result := make(map[string][]mysql.ID, 0)
// todo
return result, nil
if len(groupIds) <= 0 { if len(groupIds) <= 0 {
return result, nil 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