wupengfei 3 年之前
父节点
当前提交
0af6a44fee
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      application/common.php

+ 1 - 0
application/common.php

@@ -213,6 +213,7 @@ function http_curl($url,$type='get',$res='json',$arr=''){
     //3.采集
     $output = curl_exec($ch);
     //4.关闭
+    var_dump($output);
     curl_close($ch);
     if($res=='json'){
         if($output === false){