lvhao 3 ماه پیش
والد
کامیت
3ebfaa3dfd
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      core/CoreApp/controllers/Fullordersmt.php

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

@@ -3553,7 +3553,8 @@ class Fullordersmt extends Start_Controller {
 			{
 				echo json_encode(array('msg'=>'不允许修改运单号','success'=>true));exit;
 			}
-			if($post['express'] == 52){
+			//南非 限制邮箱
+			if($post['country'] == 166){
 				if(empty($post['email'])){
 					echo json_encode(array('msg'=>'惠程安迈世发货需要有邮箱!','success'=>false));exit;
 				}else{