Commit 186813b2 authored by brent's avatar brent

modify lient api

parent ca6f7cfb
......@@ -507,6 +507,9 @@ func (server *ClientController) TaskReward() {
item.Type = models.ModelType(task.Type).String()
item.BaseModel = task.BaseModel
}
if task.Id == 998 {
item.Type = "base task"
}
}
workload := big.NewInt(item.Workload)
weiPerWorkload, _ := strconv.Atoi(value.Wei)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment