Explorar el Código

清除api的信息

lvhao hace 1 semana
padre
commit
6187e38b27
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      core/CoreApp/models/Model_api.php

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

@@ -595,7 +595,7 @@ function __construct(){
 		curl_setopt($ch,CURLOPT_CONNECTTIMEOUT,1800000);
 		$res = curl_exec($ch);
 		curl_close($ch);
-		$this->logic_ding->sendToDing("独立站获取订单的店铺执行shopfiy支付信息【".$shopifyid."】".$res."}{".json_encode($post));
+		//$this->logic_ding->sendToDing("独立站获取订单的店铺执行shopfiy支付信息【".$shopifyid."】".$res."}{".json_encode($post));
 		// $shopifyid = $shopifyid;
 		// $url = 'https://'.$shop['shopname'].'.myshopify.com/admin/api/2022-10/orders/'.$shopifyid.'/transactions.json';
         // 	$headerA[] = "X-Shopify-Access-Token: ".$shop['token'];