示例#1
0
 public function findUserFriendsInList($userId, $first, $count, $userIdList = null)
 {
     return $this->friendshipDao->findFriendIdList($userId, $first, $count, $userIdList);
 }