上传体力红点

This commit is contained in:
liwei1dao 2023-10-16 16:05:14 +08:00
parent 866ee2cf9f
commit 4aa24af2fd

View File

@ -61,7 +61,7 @@ func (this *apiComp) GetAll(session comm.IUserSession, req *pb.ReddotGetAllReq)
reddot[int32(k)] = v
}
//用户
for k, v := range this.module.ModuleUser.Reddot(session, comm.Reddot27101) {
for k, v := range this.module.ModuleUser.Reddot(session, comm.Reddot27101, comm.Reddot30100) {
reddot[int32(k)] = v
}