|
|
@@ -647,7 +647,7 @@ class MemberService extends BaseService
|
|
|
}
|
|
|
|
|
|
$followInfo = FollowModel::where(['id'=> $followUid, 'maek'=> 1,'status'=> 1])
|
|
|
- ->select(['id','openid','nickname','status'])
|
|
|
+ ->select(['id','user_id','status'])
|
|
|
->first();
|
|
|
if(!$followInfo){
|
|
|
return message('关注用户不可操作或不存在',false);
|