From 8d1ab092f23f7d9a2a08189e24aaf152fea45ce8 Mon Sep 17 00:00:00 2001 From: Putoo <290555932@qq.com> Date: Sat, 18 Jul 2026 13:36:20 +0800 Subject: [PATCH] 212121 --- .../Controllers/Pub/FightController.cs | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) 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,