掠夺记录返回

This commit is contained in:
meixiongfeng 2024-01-24 19:45:01 +08:00
parent 001f3a942c
commit 77986baa2e

View File

@ -35,7 +35,7 @@ func (this *apiComp) Record(session comm.IUserSession, req *pb.PlunderRecordReq)
return
}
session.SendMsg(string(this.module.GetType()), "getlist", &pb.PlunderRecordResp{
session.SendMsg(string(this.module.GetType()), "record", &pb.PlunderRecordResp{
Info: info,
})