Commit 3736d122337d97cd2d9fc1fb7f9d392397f616f1

Authored by 陆恒
1 parent a5601496

提交

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
src/HttpServer/logic/logic.go
@@ -485,6 +485,7 @@ func HandlerQuerytaskinfo(w http.ResponseWriter, data string, uuid int) { @@ -485,6 +485,7 @@ func HandlerQuerytaskinfo(w http.ResponseWriter, data string, uuid int) {
485 } 485 }
486 486
487 //回包 487 //回包
  488 + logger.Info("HandlerQuerytaskinfo resp=%v", resp)
488 respstr, _ := json.Marshal(&resp) 489 respstr, _ := json.Marshal(&resp)
489 fmt.Fprint(w, string(respstr)) 490 fmt.Fprint(w, string(respstr))
490 491