Commit e0910ce2e3d56e65897292ad654d86650df451fd

Authored by 陆恒
1 parent 33f25a3f
Exists in master

提交

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
src/HttpServer/logic/logic.go
@@ -668,6 +668,7 @@ func HandlerRecovery(w http.ResponseWriter, data string, uuid int) { @@ -668,6 +668,7 @@ func HandlerRecovery(w http.ResponseWriter, data string, uuid int) {
668 } 668 }
669 669
670 //回包 670 //回包
  671 + logger.Info("HandlerRecovery resp=%v", resp)
671 respstr, _ := json.Marshal(&resp) 672 respstr, _ := json.Marshal(&resp)
672 fmt.Fprint(w, string(respstr)) 673 fmt.Fprint(w, string(respstr))
673 } 674 }