|
@@ -127,6 +127,7 @@ function __construct(){
|
|
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
|
|
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
|
|
curl_setopt($ch,CURLOPT_CONNECTTIMEOUT,1800000);
|
|
curl_setopt($ch,CURLOPT_CONNECTTIMEOUT,1800000);
|
|
$res = curl_exec($ch);
|
|
$res = curl_exec($ch);
|
|
|
|
+ $this->logic_ding->sendToDing("独立站获取订单的店铺执行shopfiy【".$name."】".json_encode($post));
|
|
$this->logic_ding->sendToDing("独立站获取订单的店铺执行shopfiy【".$name."】".$res);
|
|
$this->logic_ding->sendToDing("独立站获取订单的店铺执行shopfiy【".$name."】".$res);
|
|
curl_close($ch);
|
|
curl_close($ch);
|
|
$res = json_decode($res,true);
|
|
$res = json_decode($res,true);
|
|
@@ -516,7 +517,7 @@ function __construct(){
|
|
curl_setopt($ch,CURLOPT_CONNECTTIMEOUT,1800000);
|
|
curl_setopt($ch,CURLOPT_CONNECTTIMEOUT,1800000);
|
|
$res = curl_exec($ch);
|
|
$res = curl_exec($ch);
|
|
curl_close($ch);
|
|
curl_close($ch);
|
|
- $this->logic_ding->sendToDing("独立站获取订单的店铺执行shopfiy【".$shopifyid."】".$res);
|
|
|
|
|
|
+ $this->logic_ding->sendToDing("独立站获取订单的店铺执行shopfiy【".$shopifyid."】".$res."}{".json_encode($post));
|
|
$a = json_decode($res,true);
|
|
$a = json_decode($res,true);
|
|
|
|
|
|
// $shopifyid = $shopifyid;
|
|
// $shopifyid = $shopifyid;
|