|
@@ -141,6 +141,7 @@ function __construct(){
|
|
{
|
|
{
|
|
foreach ($res['orders'] as $v)
|
|
foreach ($res['orders'] as $v)
|
|
{
|
|
{
|
|
|
|
+ $this->logic_ding->sendToDing("独立站获取订单的店铺执行获取信息".json_encode($v));
|
|
$productNames = '';
|
|
$productNames = '';
|
|
$parameters = array();
|
|
$parameters = array();
|
|
$skus = '';
|
|
$skus = '';
|
|
@@ -607,6 +608,7 @@ function __construct(){
|
|
// curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, false);
|
|
// curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, false);
|
|
// $res = curl_exec($ch);
|
|
// $res = curl_exec($ch);
|
|
// $headerA = curl_getinfo($ch)
|
|
// $headerA = curl_getinfo($ch)
|
|
|
|
+
|
|
$a = json_decode($res,true);
|
|
$a = json_decode($res,true);
|
|
if(!isset($a['transactions']))
|
|
if(!isset($a['transactions']))
|
|
{
|
|
{
|