Commit 1a04455398b3028b098d8dc8953a149118d099f0
1 parent
3b0e90e2
Exists in
master
and in
4 other branches
提交
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/HttpServer/logic/logic.go
... | ... | @@ -426,7 +426,7 @@ func HandlerGettaskreward(w http.ResponseWriter, data string, uuid int) { |
426 | 426 | logger.Info("HandlerGettaskreward uinfo=%v", uinfo) |
427 | 427 | if err != nil { |
428 | 428 | logger.Error("HandleGetTaskReward failed err=%v", err) |
429 | - resp.Message = "服务器错误" | |
429 | + resp.Message = "奖励已经领取" | |
430 | 430 | resp.Code = ERROR_SRV_ERROR |
431 | 431 | break |
432 | 432 | } | ... | ... |