bug 修改
This commit is contained in:
@@ -151,7 +151,7 @@ class GiftNew extends Model
|
||||
$type = 1;
|
||||
}
|
||||
|
||||
if(!$room_id){ //临时补贴iOS没有传此值
|
||||
if(!$room_id){
|
||||
$room_id = db::name('vs_room_visitor')->where(['user_id' => $user_id])->order('id desc')->value('room_id');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user