@@ -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;