Browse Source

提交数据

lvhao 1 tháng trước cách đây
mục cha
commit
46fddebd9a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      core/CoreApp/models/Model_api.php

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

@@ -523,7 +523,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-- paypal【".$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'];