Commit e82c9d861b5d26429d69a128130918a2143b5beb

Authored by 陆恒
1 parent 441afa8c
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:50058/eliminatestar/gettaskreward" 77 + url1 := "http://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")