|
|
@@ -91,9 +91,9 @@ class Aatest extends Start_Controller {
|
|
|
//定义方法的调用规则 获取URI第二段值
|
|
|
public function _remap($arg,$arg_array)
|
|
|
{
|
|
|
-
|
|
|
+ die;
|
|
|
$info = $this->logic_order->getInfo("orderinfo = '577193171472388208'");
|
|
|
-
|
|
|
+
|
|
|
|
|
|
if(is_string($info['extra_text'])){
|
|
|
$extra_text = json_decode($info['extra_text'],true);
|
|
|
@@ -111,9 +111,6 @@ class Aatest extends Start_Controller {
|
|
|
"shipping_service_id"=>$server_info['shipping_services'][$info['ttsp_xz']]['id'],
|
|
|
"weight"=>$server_info['weight'],
|
|
|
];
|
|
|
- echo "<pre>";
|
|
|
- print_r($info['ttsp_xz']);
|
|
|
- print_r($post);
|
|
|
die;
|
|
|
$shop = $this->shop->read(35);
|
|
|
//$order_id = "577182146069041251";
|