Commit 4b570ecf5fd0658b677d626a6dab9245786d4091

Authored by 陆恒
1 parent 75a0b865
Exists in master

提交

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
src/HttpServer/logic/logic.go
@@ -250,6 +250,7 @@ func HandlerUserInfo(w http.ResponseWriter, data string, uuid int) { @@ -250,6 +250,7 @@ func HandlerUserInfo(w http.ResponseWriter, data string, uuid int) {
250 resp.Data.HeadImg = uinfo.Head 250 resp.Data.HeadImg = uinfo.Head
251 resp.Data.Nickname = uinfo.NickName 251 resp.Data.Nickname = uinfo.NickName
252 252
  253 + break
253 } 254 }
254 255
255 //回包 256 //回包