Ver código fonte

添加暂存的信息

lvhao 1 mês atrás
pai
commit
d21db5d63c
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2 1
      core/CoreApp/models/Model_api.php

+ 2 - 1
core/CoreApp/models/Model_api.php

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