Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
Daniel 2026-03-01 12:05:40 +08:00
parent c13d7fa5be
commit 5b97a65151
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -58,6 +58,8 @@ func LogoutAuth(c *gin.Context) {
ret.Code = -1
ret.Msg = "save session failed"
}
util.BroadcastByType("main", "logoutAuth", 0, "", nil)
}
func LoginAuth(c *gin.Context) {