巡乐会抽奖接口提交.-联调调试
This commit is contained in:
@@ -469,7 +469,7 @@ class BlindBoxTurntableGift extends Model
|
|||||||
return ['code' => 0, 'msg' => '该房间未开启盲盒转盘', 'data' => null];
|
return ['code' => 0, 'msg' => '该房间未开启盲盒转盘', 'data' => null];
|
||||||
}
|
}
|
||||||
//开始抽奖
|
//开始抽奖
|
||||||
$pan_xlh = db::name('vs_room_pan_xlh')->where(['room_id'=>$room_id,'periods'=>$room['blind_box_turntable_periods']])->find();
|
$pan_xlh = db::name('vs_room_pan_xlh')->where(['room_id'=>$room_id,'periods'=>$room['xlh_periods']])->find();
|
||||||
if(empty($pan_xlh)){
|
if(empty($pan_xlh)){
|
||||||
return ['code' => 0, 'msg' => '未开始', 'data' => null];
|
return ['code' => 0, 'msg' => '未开始', 'data' => null];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user