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

+ 3 - 0
core/CoreApp/controllers/Fullordersmt.php

@@ -2232,6 +2232,9 @@ class Fullordersmt extends Start_Controller {
 				{
 				{
 					$result_t = $this->apismt->get_out($msg,'all',$d['orderinfo'],$ex['aecode'],$shop['code']);
 					$result_t = $this->apismt->get_out($msg,'all',$d['orderinfo'],$ex['aecode'],$shop['code']);
 					$result = $result_t['result'];
 					$result = $result_t['result'];
+					echo "<pre>";
+					print_r($result);
+					die;
 					if(isset($result['success']) && $result['success'] == "true")
 					if(isset($result['success']) && $result['success'] == "true")
 					{
 					{
 						$this->fullordersmt->save(array('waybill'=>$msg,'state'=>209,'dlz'=>1),$id);
 						$this->fullordersmt->save(array('waybill'=>$msg,'state'=>209,'dlz'=>1),$id);