Commit d5914f510ef7a38dde2f43b39b6fed0269323352
1 parent
eecd17b8
Exists in
master
and in
1 other branch
提交
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
serveraddr/server
@@ -18,4 +18,4 @@ ver2.2.7 为2.2.6和2.2.7版本 拉取代码的时候需要额外注意 | @@ -18,4 +18,4 @@ ver2.2.7 为2.2.6和2.2.7版本 拉取代码的时候需要额外注意 | ||
18 | 18 | ||
19 | 19 | ||
20 | 合到十测试环境 | 20 | 合到十测试环境 |
21 | -https://hds-pre-api.d3games.com | ||
22 | \ No newline at end of file | 21 | \ No newline at end of file |
22 | +https://hds-pre-api.d3games.com 端口用50081 | ||
23 | \ No newline at end of file | 23 | \ No newline at end of file |
src/HttpServer/logic/httpserver.go
@@ -241,7 +241,7 @@ func Testapi(w http.ResponseWriter, r *http.Request) { | @@ -241,7 +241,7 @@ func Testapi(w http.ResponseWriter, r *http.Request) { | ||
241 | 241 | ||
242 | if Uuid == 0 { | 242 | if Uuid == 0 { |
243 | SetHeader(w) | 243 | SetHeader(w) |
244 | - //logger.Error("Uuid is nil!") | 244 | + logger.Error("Uuid is nil!") |
245 | return | 245 | return |
246 | } | 246 | } |
247 | result, _ := ioutil.ReadAll(r.Body) | 247 | result, _ := ioutil.ReadAll(r.Body) |