Commit 6622bfdc19210416bb396ec5f8eb5733511ca9f1

Authored by 陆恒
1 parent b493e6d1
Exists in master

提交

src/HttpServer/logic/httpserver.go
@@ -596,7 +596,7 @@ func GetData(w http.ResponseWriter, r *http.Request) { @@ -596,7 +596,7 @@ func GetData(w http.ResponseWriter, r *http.Request) {
596 r.Body.Close() 596 r.Body.Close()
597 597
598 s := string(result) 598 s := string(result)
599 - logger.Info("UserLogin , body:%v,uuid=%v", s) 599 + logger.Info("GetData , body:%v,uuid=%v", s)
600 600
601 HandlegetData(w,s) 601 HandlegetData(w,s)
602 } 602 }
src/HttpServer/logic/logic.go
@@ -319,7 +319,7 @@ func HandleInitIndex(w http.ResponseWriter, data string) { @@ -319,7 +319,7 @@ func HandleInitIndex(w http.ResponseWriter, data string) {
319 resp.Result.Data.Lbase64 = LBASE64 319 resp.Result.Data.Lbase64 = LBASE64
320 resp.Result.Data.Res_url = RESURL 320 resp.Result.Data.Res_url = RESURL
321 resp.Result.Data.Version_config = VERSION_CONFIG 321 resp.Result.Data.Version_config = VERSION_CONFIG
322 - 322 +
323 resp.Result.Code = ERROR_OK 323 resp.Result.Code = ERROR_OK
324 break 324 break
325 } 325 }