Commit 4db474ba authored by hujiebin's avatar hujiebin

fix:还有个要破案

parent ffc6a497
...@@ -12,7 +12,8 @@ import ( ...@@ -12,7 +12,8 @@ import (
"time" "time"
) )
const expireMinute = 60 * 60 * 12 // 3天
const expireMinute = 60 * 60 * 24 * 3
//获取在房间的用户 返回值:map,key:userId, value:groupUuid //获取在房间的用户 返回值:map,key:userId, value:groupUuid
func RoomLivingUserIdFilter(model *domain.Model, userIds []mysql.ID) (map[mysql.ID]string, error) { func RoomLivingUserIdFilter(model *domain.Model, userIds []mysql.ID) (map[mysql.ID]string, error) {
......
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