qifengyuze
zhaocheng 4 years ago
parent 3ef9d5e27a
commit b4de272053
  1. 3
      frontend/controllers/PhoneController.php

@ -1023,7 +1023,8 @@ class PhoneController extends \yii\web\Controller
$result['msg'] = '该主叫号码无绑定子号码';
return $result;
}
$tel_x = $tel_y = $sub_infos[mt_rand(0,$count-1)]['phone'];
// $tel_x = $tel_y = $sub_infos[mt_rand(0,$count-1)]['phone'];
$tel_x = $tel_y = 18514099334;
$params = [
'appkey' => '0946239060682011',

Loading…
Cancel
Save