Commit b4a751edbc8e56314e742b4dd9c395c89032f344

Authored by 陆恒
1 parent 041e46b7
Exists in ver2.3.0

提交

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
src/HttpServer/logic/logic.go
... ... @@ -1117,6 +1117,7 @@ func HandlerQuerdrawinfo(w http.ResponseWriter, data string, uuid int) {
1117 1117 }
1118 1118  
1119 1119 //回包
  1120 + logger.Info("HandlerQuerdrawinfo resp=%+v", resp)
1120 1121 respstr, _ := json.Marshal(&resp)
1121 1122 fmt.Fprint(w, string(respstr))
1122 1123  
... ...