上传红点接口
This commit is contained in:
parent
005ed3ba7a
commit
c0c7bd3559
@ -150,7 +150,7 @@ func (this *Pagoda) SetPagodaRankList(tableName string, score int32, uid string)
|
||||
}
|
||||
|
||||
//红点查询
|
||||
func (this *Pagoda) Reddot(session comm.UserSession, rid ...comm.ReddotType) (reddot map[comm.ReddotType]bool) {
|
||||
func (this *Pagoda) Reddot(session comm.IUserSession, rid ...comm.ReddotType) (reddot map[comm.ReddotType]bool) {
|
||||
reddot = make(map[comm.ReddotType]bool)
|
||||
|
||||
return
|
||||
|
Loading…
Reference in New Issue
Block a user