chengwl 4 年之前
父节点
当前提交
0996c15819
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      controllers/IndexController.php

+ 1 - 1
controllers/IndexController.php

@@ -84,7 +84,7 @@ class IndexController extends Controller
                 // $this->printResults($response);
                 $res=$this->getResults($response);
                 echo "<pre>";
-                print_r($data);
+                print_r($res);
           }
         exit;
         return $this->render('index');