Commit e62e51593f12a1a65d1b034d2fb41e1a474f9017

Authored by 陆恒
1 parent 8ed46bc3
Exists in ver2.3.0

提交

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/HttpServer/logic/logic.go
... ... @@ -687,7 +687,7 @@ func HandlerGettaskreward(w http.ResponseWriter, data string, uuid int) {
687 687 if err != nil {
688 688 logger.Error("HandleGetTaskReward failed err=%v", err)
689 689 resp.Message = "奖励已经领取"
690   - resp.Code = ERROR_SRV_ERROR
  690 + resp.Code = ERROR_TASKCANNOTGET
691 691 break
692 692 }
693 693  
... ...