diff --git a/frontend/controllers/PhoneCenterController.php b/frontend/controllers/PhoneCenterController.php index 5ca5d58..457f868 100644 --- a/frontend/controllers/PhoneCenterController.php +++ b/frontend/controllers/PhoneCenterController.php @@ -373,9 +373,6 @@ public function actionDownload(){ 'op' => 'add', 'phone' => $phone ]; - echo $url."||"; - var_dump($params); - exit; $client = new Client(); $res = $client->request('POST', $url, [ 'form_params' => $params,