巡乐会抽奖接口提交.-联调-盘-bug修改 盲盒转盘礼物补发时间改为30分钟内
This commit is contained in:
@@ -29,7 +29,7 @@ class RoomPan
|
||||
* 盲盒转盘礼物补发
|
||||
*/
|
||||
public function blind_box_turntable_gift_send(){
|
||||
$blind_box_turntable_log = db('vs_blind_box_turntable_results_log')->where(['is_sued'=>0,'createtime'=>['>=',time()-60*10]])->select();
|
||||
$blind_box_turntable_log = db('vs_blind_box_turntable_results_log')->where(['is_sued'=>0,'createtime'=>['>=',time()-60*30]])->select();
|
||||
if(empty($blind_box_turntable_log)){
|
||||
echo "没有需要发放的礼物 \n";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user