上传体力红点
This commit is contained in:
parent
866ee2cf9f
commit
4aa24af2fd
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user