浏览代码

修改英国tiktok店铺的仓库不在用tiktok了

lvhao 19 小时之前
父节点
当前提交
cc0f57223f
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      core/CoreApp/models/Model_apitt.php

+ 4 - 0
core/CoreApp/models/Model_apitt.php

@@ -357,6 +357,10 @@ function __construct(){
 		$post['ismoney'] = $data['payment']['currency'].$post['shouldmoney'];//支付币种金额
 		$yga = $post['shouldmoney'];//金额
 		$post['cf'] = ($data['shipping_type']=='SELLER')?0:1;//是否仓发TIKTOK平台仓发 SELLER商家发,ERP中1平台仓发,0商家发
+		//但是还有 HOME_DELIVERY  如果店铺是42 英国uk店 直接分到许昌仓
+		if($post['shop'] == 42){
+			$post['cf'] = 0;
+		}
 		$post['budget'] = 0;//预估到账金额
 		/**
 		if(isset($data['pay']) && $yga > 0)