|
@@ -97,6 +97,7 @@ class Usercenter extends Api
|
|
|
|
|
|
|
|
|
|
$userinfo['is_follow'] = $this->is_follow($this->auth->id,$uid);
|
|
$userinfo['is_follow'] = $this->is_follow($this->auth->id,$uid);
|
|
|
|
+ $userinfo['is_friend'] = $this->is_friend($this->auth->id,$uid);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -172,6 +173,7 @@ class Usercenter extends Api
|
|
|
|
|
|
|
|
|
|
$userinfo['is_follow'] = $this->is_follow($this->auth->id,$uid);
|
|
$userinfo['is_follow'] = $this->is_follow($this->auth->id,$uid);
|
|
|
|
+ $userinfo['is_friend'] = $this->is_friend($this->auth->id,$uid);
|
|
|
|
|
|
|
|
|
|
|
|
|