lvhao 2 тижнів тому
батько
коміт
9eff511e7b
1 змінених файлів з 2 додано та 2 видалено
  1. 2 2
      core/CoreApp/controllers/Aatest.php

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

@@ -92,8 +92,8 @@ class Aatest extends Start_Controller {
     //定义方法的调用规则 获取URI第二段值
     public function _remap($arg,$arg_array)
     {   
-		$shop = $this->shop->read(46);
-		$res = $this->apitt->getAffiliateOrders($shop);
+		$shop = $this->shop->read(42);
+		$res = $this->apitt->get_detail('576838908340640332',$shop);
 		echo "<pre>";
 		print_r($res);
 		die;