add register

This commit is contained in:
ljw
2024-10-31 15:14:30 +08:00
parent 0ed40318cb
commit e2fda47cbb
12 changed files with 86 additions and 3 deletions

View File

@@ -12,6 +12,12 @@ type LoginLog struct {
TimeModel
}
const (
LoginLogClientWebAdmin = "webadmin"
LoginLogClientWeb = "webclient"
LoginLogClientApp = "app"
)
const (
LoginLogTypeAccount = "account"
LoginLogTypeOauth = "oauth"