refactor: code review

This commit is contained in:
meilin.huang
2024-01-30 21:56:49 +08:00
parent 3f828cc5b0
commit ac2ceed3f9
6 changed files with 27 additions and 40 deletions

View File

@@ -19,7 +19,7 @@ func (s *Server) Default() {
s.Model = "release"
}
if s.Port == 0 {
s.Port = 8888
s.Port = 18888
}
}