lvhao 1 mese fa
parent
commit
40dab916ae
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      core/CoreApp/models/Model_api.php

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

@@ -127,8 +127,8 @@ 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);
+				$this->logic_ding->sendToDing("独立站获取订单的店铺执行shopfiy_1【".$name."】".json_encode($post));
+				$this->logic_ding->sendToDing("独立站获取订单的店铺执行shopfiy_2【".$name."】".$res);
 				curl_close($ch);
 				$res = json_decode($res,true);