diff --git a/Service/Application.Web/Controllers/Pub/FightController.cs b/Service/Application.Web/Controllers/Pub/FightController.cs index ad665ef..017d3fc 100644 --- a/Service/Application.Web/Controllers/Pub/FightController.cs +++ b/Service/Application.Web/Controllers/Pub/FightController.cs @@ -325,8 +325,16 @@ public class FightController : ControllerBase { myHarm, otHarm, - myAttr = new { no = myAttr.viceId, name = myAttr.name, blood = myAttr.blood, upBlood = myAttr.upBlood }, - otAttr = new { no = otAttr.viceId, name = otAttr.name, blood = otAttr.blood, upBlood = otAttr.upBlood }, + myAttr = new + { + no = myAttr.viceId, code = myAttr.code, name = myAttr.name, blood = myAttr.blood, + upBlood = myAttr.upBlood + }, + otAttr = new + { + no = otAttr.viceId, code = otAttr.code, name = otAttr.name, blood = otAttr.blood, + upBlood = otAttr.upBlood + }, myDrug = myDrug.drug, myLoad = myLoad, exitCopper,