This commit is contained in:
aozhiwei 2024-08-30 17:44:20 +08:00
parent 943d9fe141
commit 90e1d851fa

View File

@ -16,7 +16,7 @@ type ConfigTable struct {
selfConf *Config
}
func (this *Config) Init0() {
func (this *Config) Init1() {
u, err := url.Parse(this.GetRedirectUrl())
if err != nil {
panic(err)