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