Commit 683915a396076fc8cc2eddb428f84cf2269ba72a

Authored by 陆恒
1 parent 664840c5
Exists in master

提交

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
src/HttpServer/logic/logic.go
@@ -317,6 +317,7 @@ func HandlerAddgold(w http.ResponseWriter, data string) { @@ -317,6 +317,7 @@ func HandlerAddgold(w http.ResponseWriter, data string) {
317 break 317 break
318 } 318 }
319 //回包 319 //回包
  320 + logger.Info("HandlerAddgold resp=%v", resp)
320 respstr, _ := json.Marshal(&resp) 321 respstr, _ := json.Marshal(&resp)
321 fmt.Fprint(w, string(respstr)) 322 fmt.Fprint(w, string(respstr))
322 } 323 }