修复过期用户无法踢下线的问题,优化检测过期用户

This commit is contained in:
wsczx
2022-10-17 12:17:04 +08:00
parent 3dbc369e6b
commit b1890a2c8a
4 changed files with 9 additions and 11 deletions

View File

@@ -107,7 +107,8 @@ func UserSet(w http.ResponseWriter, r *http.Request) {
return
}
}
//修改用户资料后执行过期用户检测
sessdata.CloseUserLimittimeSession()
RespSucess(w, nil)
}