上传结算处理

This commit is contained in:
liwei1dao 2023-09-27 20:18:13 +08:00
parent 7aa454fb46
commit ca4b21d29d

View File

@ -126,10 +126,11 @@ func (this *apiComp) Over(session comm.IUserSession, req *pb.CapturesheepOverReq
return return
} }
session.SendMsg(string(this.module.GetType()), "over", &pb.CapturesheepOverResp{ session.SendMsg(string(this.module.GetType()), "over", &pb.CapturesheepOverResp{
Iswin: iswin, Iswin: iswin,
Integral: info.Integral, Integral: info.Integral,
Dan: info.Dan, Weekintegral: info.Weekintegral,
Award: award, Dan: info.Dan,
Award: award,
}) })
return return
} }