|
|
@@ -25,7 +25,7 @@ function __construct(){
|
|
|
$url .= $link.'&sign='.$sign;
|
|
|
$headers = array('Content-Type: application/json','x-tts-access-token:'.$shop['token']);
|
|
|
$res = $this->su_curl($post,$url,$headers);
|
|
|
- if($shop['shopname'] == 'Supernova Store'){
|
|
|
+ if($shop['shopname'] == 'WestKiss Hair UK'){
|
|
|
$this->logic_ding->sendToDing($shop['shopname']."测试获取TT订单".$res);
|
|
|
}
|
|
|
$res = json_decode($res,true);
|
|
|
@@ -362,8 +362,8 @@ function __construct(){
|
|
|
$post['cf'] = 1;
|
|
|
}
|
|
|
//$post['cf'] = ($data['shipping_type']=='SELLER')?0:1;//是否仓发TIKTOK平台仓发 SELLER商家发,ERP中1平台仓发,0商家发
|
|
|
- //但是还有 HOME_DELIVERY 如果店铺是42 英国uk店 直接分到许昌仓
|
|
|
- if(in_array($post['shop'],[35,38,39,40,41,42,44,46,47,49,58])){
|
|
|
+ //但是还有 HOME_DELIVERY 如果店铺是 直接分到许昌仓
|
|
|
+ if(in_array($post['shop'],[35,38,39,40,41,44,46,47,49,58])){
|
|
|
$post['cf'] = 0;
|
|
|
}
|
|
|
$post['budget'] = 0;//预估到账金额
|