|
@@ -92,7 +92,20 @@ class Aatest extends Start_Controller {
|
|
|
//定义方法的调用规则 获取URI第二段值
|
|
//定义方法的调用规则 获取URI第二段值
|
|
|
public function _remap($arg,$arg_array)
|
|
public function _remap($arg,$arg_array)
|
|
|
{
|
|
{
|
|
|
-
|
|
|
|
|
|
|
+ $info = $this->logic_order->getInfo("number = 'TT-WK-251111-011'");
|
|
|
|
|
+ $shop = $this->shop->read($info['shop']);
|
|
|
|
|
+ die;
|
|
|
|
|
+ $r = $this->expres_tt->getExpressInfo($info,$shop);
|
|
|
|
|
+ echo "<pre>";
|
|
|
|
|
+ print_r($r);
|
|
|
|
|
+ die;
|
|
|
|
|
+
|
|
|
|
|
+ // $res = "";
|
|
|
|
|
+
|
|
|
|
|
+ // $r = json_decode($res,true);
|
|
|
|
|
+
|
|
|
|
|
+ // var_dump($r);
|
|
|
|
|
+ // die;
|
|
|
|
|
|
|
|
// $list = $this->fullordertt->find_all("express = 83 and printtime >= 1762780009","orderinfo,extra_text");
|
|
// $list = $this->fullordertt->find_all("express = 83 and printtime >= 1762780009","orderinfo,extra_text");
|
|
|
// echo "<pre>";
|
|
// echo "<pre>";
|