From 6622bfdc19210416bb396ec5f8eb5733511ca9f1 Mon Sep 17 00:00:00 2001 From: 陆恒 Date: Wed, 20 May 2020 11:57:18 +0800 Subject: [PATCH] 提亀 --- src/HttpServer/logic/httpserver.go | 2 +- src/HttpServer/logic/logic.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/HttpServer/logic/httpserver.go b/src/HttpServer/logic/httpserver.go index a371fb7..44937d0 100644 --- a/src/HttpServer/logic/httpserver.go +++ b/src/HttpServer/logic/httpserver.go @@ -596,7 +596,7 @@ func GetData(w http.ResponseWriter, r *http.Request) { r.Body.Close() s := string(result) - logger.Info("UserLogin , body:%v,uuid=%v", s) + logger.Info("GetData , body:%v,uuid=%v", s) HandlegetData(w,s) } diff --git a/src/HttpServer/logic/logic.go b/src/HttpServer/logic/logic.go index 07e3a37..e94f936 100644 --- a/src/HttpServer/logic/logic.go +++ b/src/HttpServer/logic/logic.go @@ -319,7 +319,7 @@ func HandleInitIndex(w http.ResponseWriter, data string) { resp.Result.Data.Lbase64 = LBASE64 resp.Result.Data.Res_url = RESURL resp.Result.Data.Version_config = VERSION_CONFIG - + resp.Result.Code = ERROR_OK break } -- libgit2 0.21.0