Commit 4aa468933dce9d63ea52dc51a24a718a919c13f3
1 parent
26300d30
Exists in
master
提交
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/HttpServer/logic/logic.go
... | ... | @@ -694,8 +694,8 @@ func HandlerGetdata(w http.ResponseWriter, data string, uuid int) { |
694 | 694 | str,err := redishandler.GetRedisClient().HGet( uniqueuuid,rdata.Key) |
695 | 695 | if err != nil { |
696 | 696 | logger.Error("redis failed err=%v", err) |
697 | - resp.Message = "服务器错误" | |
698 | - resp.Code = ERROR_SRV_ERROR | |
697 | + resp.Message = "success" | |
698 | + resp.Code = 0 | |
699 | 699 | break |
700 | 700 | } |
701 | 701 | ... | ... |