Commit fa0f9b15583c0f75e45516824ec7b5a6ca6cc777

Authored by 陆恒
1 parent ec7e236a
Exists in master

徒步

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/HttpServer/logic/httpserver.go
... ... @@ -126,7 +126,7 @@ func Testsendhttp() {
126 126 }
127 127  
128 128 if data.SumLoginDay <= 100 {
129   - if int(time.Now().Unix())-data.LastLoginTime > 7*86400 {
  129 + if int(time.Now().Unix())-data.LastLoginTime > 5*86400 {
130 130 right++
131 131  
132 132 /*err := redishandler.GetRedisClient().HDel(redis.USER_DATA_KEY, oneuid)
... ...