Commit b1e08b153392d431ba5baf62f73b9471746c7e2a

Authored by 陆恒
1 parent 15587f21
Exists in master

提交

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
src/HttpServer/logic/logic.go
@@ -674,6 +674,7 @@ func HandlerQuerdrawinfo(w http.ResponseWriter, data string, uniqueuuid, gameid, @@ -674,6 +674,7 @@ func HandlerQuerdrawinfo(w http.ResponseWriter, data string, uniqueuuid, gameid,
674 break 674 break
675 } 675 }
676 676
  677 + logger.Info("HandlerQuerdrawinfo resp=%+v", resp)
677 //回包 678 //回包
678 respstr, _ := json.Marshal(&resp) 679 respstr, _ := json.Marshal(&resp)
679 fmt.Fprint(w, string(respstr)) 680 fmt.Fprint(w, string(respstr))