add remove user token #34

This commit is contained in:
ljw
2024-10-31 22:29:12 +08:00
parent 5edbb39a63
commit 273ac6d1a8
15 changed files with 579 additions and 23 deletions
+4
View File
@@ -11,3 +11,7 @@ type LoginLogQuery struct {
IsMy int `form:"is_my"`
PageQuery
}
type LoginTokenQuery struct {
UserId int `form:"user_id"`
PageQuery
}