Commit 2ca6e070bfc8e6e94eac7d07dee5749d38f36878
1 parent
df172866
Exists in
master
提交
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/HttpServer/logic/logic.go
@@ -1050,6 +1050,7 @@ func HandlerGettaskreward(w http.ResponseWriter, data string, uuid int) { | @@ -1050,6 +1050,7 @@ func HandlerGettaskreward(w http.ResponseWriter, data string, uuid int) { | ||
1050 | break | 1050 | break |
1051 | } | 1051 | } |
1052 | 1052 | ||
1053 | + logger.Info("HandlerGettaskrewardresp=%+v",resp) | ||
1053 | //回包 | 1054 | //回包 |
1054 | respstr, _ := json.Marshal(&resp) | 1055 | respstr, _ := json.Marshal(&resp) |
1055 | fmt.Fprint(w, string(respstr)) | 1056 | fmt.Fprint(w, string(respstr)) |