diff --git a/src/HttpServer/logic/logic.go b/src/HttpServer/logic/logic.go index 99eae99..4eea84e 100644 --- a/src/HttpServer/logic/logic.go +++ b/src/HttpServer/logic/logic.go @@ -687,7 +687,7 @@ func HandlerGettaskreward(w http.ResponseWriter, data string, uuid int) { if err != nil { logger.Error("HandleGetTaskReward failed err=%v", err) resp.Message = "奖励已经领取" - resp.Code = ERROR_SRV_ERROR + resp.Code = ERROR_TASKCANNOTGET break } -- libgit2 0.21.0