Commit ed8059000ae450164baaf1c15960a233851e2032

Authored by 陆恒
1 parent fc89c0ae
Exists in ver2.3.6

提交

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
src/HttpServer/logic/logic.go
... ... @@ -814,6 +814,7 @@ func HandlerQuerynewtask(w http.ResponseWriter, data string, uuid int) {
814 814 }
815 815  
816 816 //回包
  817 + logger.Info("HandlerQuerynewtask resp=%+v",resp)
817 818 respstr, _ := json.Marshal(&resp)
818 819 fmt.Fprint(w, string(respstr))
819 820 }
... ...