feat(register): Register status can be set (#223)

This commit is contained in:
lejianwen
2025-05-25 16:39:44 +08:00
parent f2ea022965
commit d4fdf3785b
11 changed files with 58 additions and 9 deletions

View File

@@ -16,6 +16,7 @@ const (
type App struct {
WebClient int `mapstructure:"web-client"`
Register bool `mapstructure:"register"`
RegisterStatus int `mapstructure:"register-status"`
ShowSwagger int `mapstructure:"show-swagger"`
TokenExpire time.Duration `mapstructure:"token-expire"`
WebSso bool `mapstructure:"web-sso"`