Commit e1e72a6cfb02ac16742f786732ca983bb2989482
1 parent
1750c4e8
Exists in
master
提交
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/HttpServer/logic/httpserver.go
@@ -74,7 +74,7 @@ func Testsendhttp() { | @@ -74,7 +74,7 @@ func Testsendhttp() { | ||
74 | return | 74 | return |
75 | } | 75 | } |
76 | body := bytes.NewBuffer(bys) | 76 | body := bytes.NewBuffer(bys) |
77 | - url1 := "http://192.144.198.179:50064/api/account/login" | 77 | + url1 := "https://192.144.198.179:50064/api/account/login" |
78 | reqest, err := http.NewRequest("POST", url1, body) | 78 | reqest, err := http.NewRequest("POST", url1, body) |
79 | if err != nil { | 79 | if err != nil { |
80 | logger.Error("http.NewRequest failed") | 80 | logger.Error("http.NewRequest failed") |