交友房结束 清除所有魅力
This commit is contained in:
@@ -33,9 +33,6 @@ class Friend extends BaseCom
|
||||
$room_id = input('room_id', '');
|
||||
|
||||
$result = model('Friend')->end_friend($this->uid,$room_id,$friend_id);
|
||||
if($result['code'] == 1){
|
||||
model('Room')->clear_user_charm($this->uid, $room_id);
|
||||
}
|
||||
|
||||
return V($result['code'], $result['msg'], $result['data']);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user