wesmiler 3 tháng trước cách đây
mục cha
commit
3d3721ff7b
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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);
                 curl_setopt($ch, CURLOPT_COOKIE, $cookie);
             }
             }
 
 
-            dump($data);
             if ($type == 'post') {
             if ($type == 'post') {
                 curl_setopt($ch, CURLOPT_POST, 1);
                 curl_setopt($ch, CURLOPT_POST, 1);
                 curl_setopt($ch, CURLOPT_POSTFIELDS, $data);
                 curl_setopt($ch, CURLOPT_POSTFIELDS, $data);