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']);//修改声明先查询之前物流信息
 					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)
 					{