Forráskód Böngészése

修改代发的 使用tt-shhipping

lvhao 1 hete
szülő
commit
80d6b8b79b
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      core/CoreApp/controllers/Fullorder.php

+ 2 - 2
core/CoreApp/controllers/Fullorder.php

@@ -1065,12 +1065,12 @@ class Fullorder extends Start_Controller {
     			}
 			}
 			
-			if((($post['express'] == 2 || $post['express'] == 63 || $post['express'] == 64 || $post['express'] == 81) && $post['type'] != 5) )
+			if((($post['express'] == 2 || $post['express'] == 63 || $post['express'] == 64 || $post['express'] == 81 || $post['express'] == 85 || $post['express'] == 87 ) && $post['type'] != 5) )
 			{
 				echo json_encode(array('msg'=>'此快递方式必须从美仓发货!','success'=>false));exit;
 			}
 
-			if( ($post['express'] != 2 && $post['express'] != 63 && $post['express'] != 64 && $post['express'] != 81 && $post['type'] == 5)){
+			if( ($post['express'] != 2 && $post['express'] != 63 && $post['express'] != 64 && $post['express'] != 81 && $post['express'] != 85 && $post['express'] != 87 && $post['type'] == 5)){
 				echo json_encode(array('msg'=>'此快递方式不能美仓发货!','success'=>false));exit;
 			}
 			//仅独立站 地址美国对电话 10或者11位进行判断