商福通sdk客户端与必要支付接口实现

This commit is contained in:
2025-06-04 19:02:21 +08:00
parent a9de63c3f9
commit 392e404d68
6 changed files with 380 additions and 16 deletions

View File

@@ -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))
}