上传结算处理

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

View File

@ -128,6 +128,7 @@ func (this *apiComp) Over(session comm.IUserSession, req *pb.CapturesheepOverReq
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,
Weekintegral: info.Weekintegral,
Dan: info.Dan, Dan: info.Dan,
Award: award, Award: award,
}) })