瀏覽代碼

提交数据

lvhao 3 月之前
父節點
當前提交
e3b97e40d9
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      core/CoreApp/controllers/Customer.php

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

@@ -1247,6 +1247,9 @@ class Customer extends Start_Controller {
 			{
 				echo json_encode(array('msg'=>'交易号必须填写','success'=>false));exit;
 			}
+			if(empty($post['paypal'])){
+				echo json_encode(array('msg'=>'交易号必须填写','success'=>false));exit;
+			}
 			$express = $this->express->read($post['express']);
 			if($post['zsbjz'] > $express['sbjz'])
 			{