lvhao 3 月之前
父节点
当前提交
53aa2e1612
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4 1
      core/CoreApp/controllers/Fullordersmt.php

+ 4 - 1
core/CoreApp/controllers/Fullordersmt.php

@@ -2189,7 +2189,10 @@ class Fullordersmt extends Start_Controller {
 					$obtain = $this->apismt->get_obtain($d['orderinfo'],$shop['code']);//修改声明先查询之前物流信息
 					$obtain = $this->apismt->get_obtain($d['orderinfo'],$shop['code']);//修改声明先查询之前物流信息
 					if(isset($obtain['logistics_no']))
 					if(isset($obtain['logistics_no']))
 					{
 					{
-					    $result = $this->apismt->get_editout($obtain['logistics_no'],$msg,'all',$d['orderinfo'],$obtain['service_name'],$ex['aecode'],$shop['code']);
+					    $result_tmp = $this->apismt->get_editout($obtain['logistics_no'],$msg,'all',$d['orderinfo'],$obtain['service_name'],$ex['aecode'],$shop['code']);
+						echo "<pre>";
+						print_r($result_tmp);
+						die;
 					}
 					}
 					if(isset($result['result_success']) && $result['result_success'] == 1)
 					if(isset($result['result_success']) && $result['result_success'] == 1)
 					{
 					{