From abb0ff1ca3d589ba566c44269dfed9d626ae0d07 Mon Sep 17 00:00:00 2001 From: hujiebin Date: Thu, 27 Apr 2023 18:17:04 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9Atrtc=E6=9A=82=E5=81=9C=E6=94=BE?= =?UTF-8?q?=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- route/group_r/group_op.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/route/group_r/group_op.go b/route/group_r/group_op.go index a56c49c..923208c 100644 --- a/route/group_r/group_op.go +++ b/route/group_r/group_op.go @@ -1767,7 +1767,7 @@ func GroupIn(c *gin.Context) (*mycontext.MyContext, error) { //numKey := rediskey.GetConvertToTRTCNum() //covertNum, err := redisCli.GetCacheInt64(numKey) //if time.Now().Unix() > 1682499704 && err == nil && covertNum <= dayMaxCovertNum { - if time.Now().Unix() > 1682499704 { + if false && time.Now().Unix() > 1682499704 { roomUser, err := group_m.GetRoomOnlineUser(myContext, groupId) if err == nil && roomUser.Total == 0 { //newNum, err := redisCli.IncrNumExpire(numKey, 1, time.Hour*24) -- 2.22.0