浏览代码

提交数据

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