Merge pull request #159 from wsczx/dev

新增本地用户过期时间设置
This commit is contained in:
bjdgyc
2022-10-18 17:41:25 +08:00
committed by GitHub
12 changed files with 81 additions and 14 deletions

View File

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