|
|
@@ -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;
|