chengwl 4 năm trước cách đây
mục cha
commit
0996c15819
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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');