소스 검색

提交数据

lvhao 3 달 전
부모
커밋
4bd67b4ee6
1개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 4
      core/CoreApp/controllers/Fullordersmt.php

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

@@ -2232,9 +2232,6 @@ 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);
@@ -2266,7 +2263,7 @@ class Fullordersmt extends Start_Controller {
 					}
 					else
 					{
-						echo json_encode(array('msg'=>'声明失败:'.$result['error_desc'],'success'=>false));exit;
+						echo json_encode(array('msg'=>'声明失败:'.$result['error_msg'],'success'=>false));exit;
 					}
 				}
 				else