This commit is contained in:
aozhiwei 2024-04-15 11:58:08 +08:00
parent 0df7dcbb7a
commit cde2a9af4f

View File

@ -181,7 +181,11 @@ func (this *cacheMgr) AsyncSearch(sinceId int64, q string, pbUsers *[]*cs.MFUser
func (this *cacheMgr) AsyncRecommendList(recommendType int32, accountId string, pbUsers *[]*cs.MFUser,
cb func(int32, string)) {
if recommendType == constant.RECOMMEND_TYPE_BATTLE {
} else if recommendType == constant.RECOMMEND_TYPE_RECENT_GAME {
}
}
func (this *cacheMgr) getUser(accountId string) *userProfile {