|
@@ -92,8 +92,11 @@ class Aatest extends Start_Controller {
|
|
|
//定义方法的调用规则 获取URI第二段值
|
|
//定义方法的调用规则 获取URI第二段值
|
|
|
public function _remap($arg,$arg_array)
|
|
public function _remap($arg,$arg_array)
|
|
|
{
|
|
{
|
|
|
- $this->_tbwaybill();
|
|
|
|
|
-
|
|
|
|
|
|
|
+ $info = $this->logic_order->getInfo("orderinfo = '577214984732905547'");
|
|
|
|
|
+ $shop = $this->shop->read($info['shop']);
|
|
|
|
|
+ $res = $this->apitt->get_data(['577214984732905547'],$shop);
|
|
|
|
|
+ echo "<pre>";
|
|
|
|
|
+ print_r($res);
|
|
|
die;
|
|
die;
|
|
|
$fullorder = $this->logic_order->getInfo("number = 'TT-WK-251201-337'");
|
|
$fullorder = $this->logic_order->getInfo("number = 'TT-WK-251201-337'");
|
|
|
$this->express_tt->get_data($fullorder,"CBT");;
|
|
$this->express_tt->get_data($fullorder,"CBT");;
|