卡无关系 返回头像数据
This commit is contained in:
@@ -190,13 +190,13 @@ class Friend extends Model
|
|||||||
|
|
||||||
if($room_ids['data']){
|
if($room_ids['data']){
|
||||||
$text['text'] = '交友结束并创建房间';
|
$text['text'] = '交友结束并创建房间';
|
||||||
$text['relation_name'] = $relation;
|
|
||||||
$text['room_id'] = $room_ids['data'];//前端用来让用户跳转的房间id
|
$text['room_id'] = $room_ids['data'];//前端用来让用户跳转的房间id
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}else{
|
}else{
|
||||||
$text['text'] = '交友结束未创建房间';
|
$text['text'] = '交友结束未创建房间';
|
||||||
}
|
}
|
||||||
|
$text['relation_name'] = $relation;
|
||||||
$text['user1_id'] = $user1;
|
$text['user1_id'] = $user1;
|
||||||
$text['user2_id'] = $user2;
|
$text['user2_id'] = $user2;
|
||||||
$text['user1_avatar'] = db::name('user')->where(['id'=>$user1])->value('avatar');
|
$text['user1_avatar'] = db::name('user')->where(['id'=>$user1])->value('avatar');
|
||||||
|
|||||||
Reference in New Issue
Block a user