Browse Source

取消ga不允许签名

lvhao 6 months ago
parent
commit
7dd81cb66b
1 changed files with 4 additions and 4 deletions
  1. 4 4
      core/CoreApp/controllers/Fullorder.php

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

@@ -1117,10 +1117,10 @@ class Fullorder extends Start_Controller {
 			{
 				echo json_encode(array('msg'=>'重量大于16不可按Ground Advantage提交!','success'=>false));exit;
 			}
-			if($post['express'] == '2' && isset($post['js']) && $post['js'] == '0'&& $post['qm'] == '1')
-			{
-				echo json_encode(array('msg'=>'Ground Advantage不可使用签名服务!','success'=>false));exit;
-			}
+			// if($post['express'] == '2' && isset($post['js']) && $post['js'] == '0'&& $post['qm'] == '1')
+			// {
+			// 	echo json_encode(array('msg'=>'Ground Advantage不可使用签名服务!','success'=>false));exit;
+			// }
 			if(isset($post['bx']))
 			{
 			if($post['express'] == '99' && $post['bx'] > 0)