🎨 优化用户登录接口&优化登录日志接口
This commit is contained in:
@@ -96,3 +96,10 @@ type SetTeacherInfo struct {
|
||||
ExpectRate int `json:"expect_rate" form:"expect_rate"`
|
||||
Weight int `json:"weight" form:"weight" `
|
||||
}
|
||||
|
||||
type GetUserLoginLog struct {
|
||||
request.PageInfo
|
||||
UserId uint `json:"user_id" form:"user_id"`
|
||||
UserName string `json:"user_name" form:"user_name"`
|
||||
Ip string `json:"ip" form:"ip"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user