diff --git a/home/controllers/Welcome.php b/home/controllers/Welcome.php index f4242c59..cbeb3136 100644 --- a/home/controllers/Welcome.php +++ b/home/controllers/Welcome.php @@ -73,7 +73,7 @@ class Welcome extends CI_Controller { public function add_clues() { - $mobiles = array('13532170340','17360463359','18213024030','18982714042','15391355395','15125411833','18817535273','13888697327','13888790708','18487152622','13888687321','15911577969','18787409006','15750019896','13518748580','18187050460','15288018282','18288230845','13423181289','19908857751','13888409481','18987781527','17360463829','13708899076','18206889806'); + $mobiles = array('13423136154','13689572217','15026506324','18621349100','15015180848','13543208239','15881959685','15775041786','18288100011','13729409320','15287221172','13888352531','15800589974','18788112221','13785207835','13888354692','18027056559','13608852610','13658714571','13812084744','13759464031','17606841342','15126897813','18687921006','15398696745'); $dealerCode = '100531'; foreach ($mobiles as $k => $v) { diff --git a/home/controllers/h5/market/Draw.php b/home/controllers/h5/market/Draw.php index 0da44f55..4aa60e18 100644 --- a/home/controllers/h5/market/Draw.php +++ b/home/controllers/h5/market/Draw.php @@ -136,7 +136,7 @@ class Draw extends CI_Controller if ($v['itemIds']) { //不中奖奖品 - if($activityId == 30 and in_array($winType, array(1,2,3,4))){ + if($activityId == 29 and in_array($winType, array(1,2,3))){ $activityId = 21; $whereOrder = ['activityId' => $activityId, 'status' => 1]; $v['itemIds'] = [27]; @@ -257,7 +257,7 @@ class Draw extends CI_Controller $dev = false !== strpos($_SERVER['HTTP_HOST'], 'dev') ? 1 : 0; foreach ($result as $v) { - if($activityId == 30 and in_array($winType, array(1,2,3,4))){ + if($activityId == 29 and in_array($winType, array(1,2,3))){ $resultSet[] = $v; $winNum++; $sms++;