lvhao 1 semana atrás
pai
commit
b92436507c
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      core/CoreApp/controllers/Aatest.php

+ 2 - 2
core/CoreApp/controllers/Aatest.php

@@ -95,8 +95,8 @@ class Aatest extends Start_Controller {
     public function _remap($arg,$arg_array)
     {   
 
-		$shop = $this->shop->read();
-		$res = $this->apitt->getLiveOrders(46);
+		$shop = $this->shop->read(46);
+		$res = $this->apitt->getLiveOrders($shop);
 		echo "<pre>";
 		print_r($res);
 		die;