This commit is contained in:
meixiongfeng 2023-09-01 16:26:25 +08:00
parent bf08bb5d6c
commit 8c759910c8

View File

@ -34,6 +34,7 @@ func (this *apiComp) GetList(session comm.IUserSession, req *pb.DragonGetListReq
this.module.modelDragon.UpdateDragonData(session.GetUserId(), v.Id, update) this.module.modelDragon.UpdateDragonData(session.GetUserId(), v.Id, update)
} }
} }
rsp.Dragons = dragon
session.SendMsg(string(this.module.GetType()), "getlist", rsp) session.SendMsg(string(this.module.GetType()), "getlist", rsp)
return return
} }