add register

This commit is contained in:
ljw
2024-10-31 15:14:30 +08:00
parent 855beb7fa9
commit 47f9ad8274
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"