wesmiler 3 месяцев назад
Родитель
Сommit
3d3721ff7b
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      app/Helpers/common.php

+ 0 - 1
app/Helpers/common.php

@@ -2151,7 +2151,6 @@ if (!function_exists('httpRequest')) {
                 curl_setopt($ch, CURLOPT_COOKIE, $cookie);
             }
 
-            dump($data);
             if ($type == 'post') {
                 curl_setopt($ch, CURLOPT_POST, 1);
                 curl_setopt($ch, CURLOPT_POSTFIELDS, $data);