fix: 修复战报错误的问题。

main
NorthLan 3 years ago
parent de788a6fd8
commit c75301aa86

@ -101,7 +101,7 @@ func (l *StatPvpReportLogic) StatPvpReport(in *pb.StatPvPReportReq) (*pb.StatPvP
if err != nil {
return err
}
lostItemResp = append(winItemResp, &pb.StatPvPReportResp_Item{
lostItemResp = append(lostItemResp, &pb.StatPvPReportResp_Item{
Uid: uid,
Uname: item.Uname,
AddonIntegral: addIntegral,

Loading…
Cancel
Save