Commit ab523265b997082eccb3a7469839e54bb00e25b6

Authored by 陆恒
1 parent 4166b01b
Exists in master

提交

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/HttpServer/logic/httpserver.go
... ... @@ -285,7 +285,7 @@ func QueryInvite(w http.ResponseWriter, r *http.Request) {
285 285 r.Body.Close()
286 286  
287 287 s := string(result)
288   - logger.Info("QueryInvite , body:%v,uuid=%v", s)
  288 + logger.Info("QueryInvite , body:%v,uuid=%v", s,uuid)
289 289  
290 290 HandleQueryInvite(w,s)
291 291  
... ...