Commit c3d53ba5 authored by JiebinHu's avatar JiebinHu

临时处理

parent 92d400a0
......@@ -891,6 +891,12 @@ func GetMicHasInGroupNum(model *domain.Model) (map[string]int64, error) {
if err != nil {
return nil, myerr.WrapErr(err)
}
// todo 临时处理
m := make(map[string]int64)
for _, v := range groupUuids {
m[v] = 10
}
return m, nil
//
resultGroupUuids := make(map[string]int64, len(groupUuids))
//循环lua判断是否, 最后的保证,(猜想:真正麦上有人的群没有很多)
......
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