|
@@ -44,14 +44,14 @@ class member_relationControl extends mbMemberControl
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- return self::outsuccess(array('followers' => $follower_infos,
|
|
|
+ return self::outsuccess(array('subscribers' => $follower_infos,
|
|
|
'count' => $iRelation->follower_count(),
|
|
|
'mem_desc' => $mem_desc,
|
|
|
'mobile_page' => mobile_page($pages)));
|
|
|
}
|
|
|
|
|
|
//我的粉丝
|
|
|
- public function followersOp()
|
|
|
+ public function followerOp()
|
|
|
{
|
|
|
$iRelation = new \relation\mem_relation($_SESSION['member_id']);
|
|
|
$follower = $iRelation->subscriber();
|
|
@@ -77,7 +77,7 @@ class member_relationControl extends mbMemberControl
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- return self::outsuccess(array('subscriber' => $follower_infos,
|
|
|
+ return self::outsuccess(array('followers' => $follower_infos,
|
|
|
'count' => $iRelation->subscriber_count(),
|
|
|
'mem_desc' => $mem_desc,
|
|
|
'mobile_page' => mobile_page($pages)));
|