This commit is contained in:
junleea 2024-08-08 17:23:16 +08:00
parent 2c3d73859d
commit fcc05ec8ea
1 changed files with 1 additions and 0 deletions

View File

@ -398,6 +398,7 @@ func ServerSsendMsgV2(c *gin.Context) {
break
}
}
worker.SetRedisWithExpire("user_"+strconv.Itoa(user_id)+"_status_v2", "1", time.Second*60)
time.Sleep(time.Second * 1)
}
}