1
This commit is contained in:
parent
06d2c7e9e7
commit
f939d653d5
@ -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
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user