From b6a61a449d5fadc5cb74168c59f2c26bf48eb809 Mon Sep 17 00:00:00 2001 From: zengchaoxin Date: Thu, 14 Nov 2019 15:21:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E8=B0=83=E8=AF=95=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/controllers/PhoneCenterController.php | 3 --- 1 file changed, 3 deletions(-) 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,