From 492d3a12078e0af904c54a07766683cfa586d9cd Mon Sep 17 00:00:00 2001 From: 1 <1@72wo.cn> Date: Sat, 26 Jul 2025 01:22:50 +0000 Subject: [PATCH] =?UTF-8?q?"refactor(controller):=20=E9=87=8D=E6=9E=84MapH?= =?UTF-8?q?ot=E6=96=B9=E6=B3=95=E5=8F=82=E6=95=B0=E5=92=8C=E8=BF=94?= =?UTF-8?q?=E5=9B=9E=E7=B1=BB=E5=9E=8B=EF=BC=8C=E7=BB=9F=E4=B8=80=E4=BD=BF?= =?UTF-8?q?=E7=94=A8MapHot=E5=8C=85=E5=88=AB=E5=90=8D"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- logic/controller/maphot.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/logic/controller/maphot.go b/logic/controller/maphot.go index 323db7fc..9a7d6c44 100644 --- a/logic/controller/maphot.go +++ b/logic/controller/maphot.go @@ -3,10 +3,11 @@ package controller import ( "blazing/common/data/entity" "blazing/logic/service" + "blazing/logic/service/MapHot" maps "blazing/logic/service/MapHot" ) -func (h Controller) MapHot(data *maps.MapHotInboundInfo, c *entity.Player) (result *maps.OutInfo, err service.OutInfo) { +func (h Controller) MapHot(data *MapHot.InInfo, c *entity.Player) (result *MapHot.OutInfo, err service.OutInfo) { data.Def() result = &maps.OutInfo{