diff --git a/src/HttpServer/logic/httpserver.go b/src/HttpServer/logic/httpserver.go index 1751d46..e03ad42 100644 --- a/src/HttpServer/logic/httpserver.go +++ b/src/HttpServer/logic/httpserver.go @@ -26,6 +26,7 @@ func StartHttpServe() { //just for test func Testsendhttp() { + logger.Info("start Testsendhttp") result, err := redishandler.GetRedisClient().HGetAllValues(redis.USER_DATA_KEY) if err != nil { logger.Error("TestDDt failed") diff --git a/src/HttpServer/main/main.go b/src/HttpServer/main/main.go index e9e21c9..a4f50c9 100644 --- a/src/HttpServer/main/main.go +++ b/src/HttpServer/main/main.go @@ -67,7 +67,7 @@ func main() { //logic.Test() //go logic.StartHttpServe() //go logic.StartHttpTicker() - time.Sleep(time.Duration(2) * time.Second) + //time.Sleep(time.Duration(2) * time.Second) logic.Testsendhttp() select { -- libgit2 0.21.0