lvhao 1 tháng trước cách đây
mục cha
commit
40dab916ae
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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_RETURNTRANSFER, 1);
 				curl_setopt($ch,CURLOPT_CONNECTTIMEOUT,1800000);
 				curl_setopt($ch,CURLOPT_CONNECTTIMEOUT,1800000);
 				$res = curl_exec($ch);
 				$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);
 				curl_close($ch);
 				$res = json_decode($res,true);
 				$res = json_decode($res,true);