上传结算处理
This commit is contained in:
parent
7aa454fb46
commit
ca4b21d29d
@ -126,10 +126,11 @@ func (this *apiComp) Over(session comm.IUserSession, req *pb.CapturesheepOverReq
|
||||
return
|
||||
}
|
||||
session.SendMsg(string(this.module.GetType()), "over", &pb.CapturesheepOverResp{
|
||||
Iswin: iswin,
|
||||
Integral: info.Integral,
|
||||
Dan: info.Dan,
|
||||
Award: award,
|
||||
Iswin: iswin,
|
||||
Integral: info.Integral,
|
||||
Weekintegral: info.Weekintegral,
|
||||
Dan: info.Dan,
|
||||
Award: award,
|
||||
})
|
||||
return
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user