商福通sdk客户端与必要支付接口实现
This commit is contained in:
@@ -75,7 +75,7 @@ func (s *Server) Run() error {
|
||||
|
||||
// listen
|
||||
slog.Info("Server started on :8080")
|
||||
err := s.fiber.Listen(":8080")
|
||||
err := s.fiber.Listen("0.0.0.0:8080")
|
||||
if err != nil {
|
||||
slog.Error("Failed to start server", slog.Any("err", err))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user