Browse Source

提交数据

lvhao 1 tháng trước cách đây
mục cha
commit
5a05c6dfb3
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      core/CoreApp/models/Model_api.php

+ 3 - 0
core/CoreApp/models/Model_api.php

@@ -1716,6 +1716,9 @@ function __construct(){
 		{
 			return 'GES不需要发送';exit;
 		}
+		if($v['shop'] == 5){
+			return "Shopify不需要发送";
+		}
 		$post = array();
 		$orderinfo = preg_replace('/^' . preg_quote($v['shop'], '/') . '/', '', $v['orderinfo']);
 		$post['incrementId'] = $orderinfo;