Commit 94f336a8a934a56835d74f4a36947a802633259e
1 parent
ab523265
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,uuid) | |
| 288 | + logger.Info("QueryInvite , body:%v,uuid=%v", s) | |
| 289 | 289 | |
| 290 | 290 | HandleQueryInvite(w,s) |
| 291 | 291 | ... | ... |