|
|
@@ -25,9 +25,9 @@ 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'] == 'WestKiss Hair UK'){
|
|
|
- // $this->logic_ding->sendToDing($shop['shopname']."测试获取TT订单".$res);
|
|
|
- // }
|
|
|
+ if($shop['shopname'] == 'SuperNova Hair Studio'){
|
|
|
+ $this->logic_ding->sendToDing($shop['shopname']."测试获取TT订单".$res);
|
|
|
+ }
|
|
|
|
|
|
$res = json_decode($res,true);
|
|
|
$list = array();$page_token = '';$arr = array();
|