This commit is contained in:
aozhiwei 2024-11-04 18:04:24 +08:00
parent 06d2c7e9e7
commit f939d653d5

View File

@ -12,6 +12,6 @@ type UserApi struct {
func (this *UserApi) Login(c *gin.Context) {
s := c.MustGet(constant.SESSION_KEY).(common.Session)
if s == nil {
return
}
}