Commit 5fffc407c98d11c9fbe6e3c15411f24a4e66d0d6
1 parent
aa3e021a
Exists in
master
提交
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
src/HttpServer/logic/logic.go
| @@ -643,9 +643,9 @@ func HandlerUploadhigestscore(w http.ResponseWriter, data string, uniqueuuid, ga | @@ -643,9 +643,9 @@ func HandlerUploadhigestscore(w http.ResponseWriter, data string, uniqueuuid, ga | ||
| 643 | } | 643 | } |
| 644 | 644 | ||
| 645 | if rdata.Score < uinfo.HighScore { | 645 | if rdata.Score < uinfo.HighScore { |
| 646 | - logger.Info("GetUserInfo HandlerUploadhigestscore data failed:%v,for:%v", err, data) | ||
| 647 | - resp.Message = "分数不足最高分" | ||
| 648 | - resp.Code = 1 | 646 | + //logger.Info("GetUserInfo HandlerUploadhigestscore data failed:%v,for:%v", err, data) |
| 647 | + //resp.Message = "分数不足最高分" | ||
| 648 | + resp.Code = 0 | ||
| 649 | break | 649 | break |
| 650 | } | 650 | } |
| 651 | 651 |