diff --git a/src/HttpServer/logic/logic.go b/src/HttpServer/logic/logic.go index c42686f..f57e8ee 100644 --- a/src/HttpServer/logic/logic.go +++ b/src/HttpServer/logic/logic.go @@ -426,7 +426,7 @@ func HandlerGettaskreward(w http.ResponseWriter, data string, uuid int) { logger.Info("HandlerGettaskreward uinfo=%v", uinfo) if err != nil { logger.Error("HandleGetTaskReward failed err=%v", err) - resp.Message = "服务器错误" + resp.Message = "奖励已经领取" resp.Code = ERROR_SRV_ERROR break } -- libgit2 0.21.0