|
@@ -95,8 +95,8 @@ class Aatest extends Start_Controller {
|
|
|
public function _remap($arg,$arg_array)
|
|
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>";
|
|
echo "<pre>";
|
|
|
print_r($res);
|
|
print_r($res);
|
|
|
die;
|
|
die;
|