Commit 22f31e51fb52105bdc842efa0fc9cd0d03ab9c55

Authored by 陆恒
1 parent 007bcc38
Exists in master

提交

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/HttpServer/logic/httpserver.go
... ... @@ -290,7 +290,7 @@ func QueryInviteWork(w http.ResponseWriter, r *http.Request) {
290 290 r.Body.Close()
291 291  
292 292 s := string(result)
293   - //logger.Info("QueryInviteWork , body:%v,uuid=%v", s)
  293 + logger.Info("QueryInviteWork , body:%v,uuid=%v", s)
294 294  
295 295 HandleQueryInviteWork(w,s)
296 296  
... ...