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 { //获取玩家坐骑列表