Commit 35254f7146636178c30b17c5fb0aa9b547c23516

Authored by 陆恒
1 parent 43888ba3
Exists in master

提交

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
src/HttpServer/logic/logic.go
... ... @@ -227,6 +227,7 @@ func HandlerQuerytaskinfo(w http.ResponseWriter, data string, uniqueuuid, gameid
227 227 }
228 228  
229 229 resp.Data.Taskdata = append(resp.Data.Taskdata, tasklist.Taskdata...)
  230 + resp.Data.Huoyue = uinfo.Task.HuoYue
230 231  
231 232 resp.Code = ERROR_OK
232 233 break
... ...