chengwl 4 years ago
parent
commit
0996c15819
1 changed files with 1 additions and 1 deletions
  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');