From d27a3dc3e1705a9d845db3167880efe73ce3ba6a Mon Sep 17 00:00:00 2001 From: liwei1dao Date: Thu, 29 Feb 2024 18:28:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- comm/imodule.go | 1 - 1 file changed, 1 deletion(-) diff --git a/comm/imodule.go b/comm/imodule.go index 1c0612d73..1cacea0e6 100644 --- a/comm/imodule.go +++ b/comm/imodule.go @@ -676,7 +676,6 @@ type ( //战斗记录模块 IBattleRecord interface { WrietBattleRecord(uid string, report *pb.BattleReport, expire time.Time) - ReadBattleRecord(id string) (report *pb.BattleReport, err error) } IDragon interface { //获取玩家坐骑列表