From e1e72a6cfb02ac16742f786732ca983bb2989482 Mon Sep 17 00:00:00 2001 From: 陆恒 Date: Wed, 10 Jun 2020 10:25:15 +0800 Subject: [PATCH] 提亀 --- src/HttpServer/logic/httpserver.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/HttpServer/logic/httpserver.go b/src/HttpServer/logic/httpserver.go index 2712b28..b926c84 100644 --- a/src/HttpServer/logic/httpserver.go +++ b/src/HttpServer/logic/httpserver.go @@ -74,7 +74,7 @@ func Testsendhttp() { return } body := bytes.NewBuffer(bys) - url1 := "http://192.144.198.179:50064/api/account/login" + url1 := "https://192.144.198.179:50064/api/account/login" reqest, err := http.NewRequest("POST", url1, body) if err != nil { logger.Error("http.NewRequest failed") -- libgit2 0.21.0