diff --git a/serveraddr/server b/serveraddr/server index f762eac..314c312 100644 --- a/serveraddr/server +++ b/serveraddr/server @@ -18,4 +18,4 @@ ver2.2.7 为2.2.6和2.2.7版本 拉取代码的时候需要额外注意 合到十测试环境 -https://hds-pre-api.d3games.com \ No newline at end of file +https://hds-pre-api.d3games.com 端口用50081 \ No newline at end of file diff --git a/src/HttpServer/logic/httpserver.go b/src/HttpServer/logic/httpserver.go index 93a468b..0712e63 100644 --- a/src/HttpServer/logic/httpserver.go +++ b/src/HttpServer/logic/httpserver.go @@ -241,7 +241,7 @@ func Testapi(w http.ResponseWriter, r *http.Request) { if Uuid == 0 { SetHeader(w) - //logger.Error("Uuid is nil!") + logger.Error("Uuid is nil!") return } result, _ := ioutil.ReadAll(r.Body) -- libgit2 0.21.0