lvhao 1 tháng trước cách đây
mục cha
commit
b92436507c
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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;