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