wupengfei 3 年之前
父節點
當前提交
3330a0436a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      application/common.php

+ 1 - 1
application/common.php

@@ -217,7 +217,7 @@ function http_curl($url,$type='get',$arr=''){
     $output = curl_exec($ch);
     //4.关闭
     curl_close($ch);
-    return $output;
+    return   json_decode($output,true);
 }