From c518196079356d66562cb7be28e81a160d13524a Mon Sep 17 00:00:00 2001 From: 陆恒 Date: Mon, 31 Aug 2020 10:47:48 +0800 Subject: [PATCH] 提亀 --- src/HttpServer/logic/httpserver.go | 1 + src/HttpServer/main/main.go | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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