Commit 8401ae0c02f7bd5ecf93be247a85cb329dfb38b3

Authored by 陆恒
1 parent 3be68505
Exists in master

提交

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
src/HttpServer/logic/logic.go
... ... @@ -1387,6 +1387,7 @@ func HandlerUserInfo(w http.ResponseWriter, data string, uuid int) {
1387 1387 }
1388 1388  
1389 1389 //回包
  1390 + logger.Info("HandlerUserInfo resp=%+v", resp)
1390 1391 respstr, _ := json.Marshal(&resp)
1391 1392 fmt.Fprint(w, string(respstr))
1392 1393 }
... ...