lvhao 3 months ago
parent
commit
887a77d0ee
1 changed files with 3 additions and 0 deletions
  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 = $result_t['result'];
+					echo "<pre>";
+					print_r($result);
+					die;
 					if(isset($result['success']) && $result['success'] == "true")
 					{
 						$this->fullordersmt->save(array('waybill'=>$msg,'state'=>209,'dlz'=>1),$id);