去掉调试信息

dev
曾超新 5 years ago
parent 0cf4dc87ce
commit b6a61a449d
  1. 3
      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,

Loading…
Cancel
Save