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

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

@@ -120,7 +120,7 @@ function __construct(){
         curl_setopt($ch, CURLOPT_POSTFIELDS,http_build_query($post));
 		$res = curl_exec($ch);
 		curl_close($ch);
-		$this->logic_ding->sendToDing("速卖通获取订单详情监视".$orderid."【".$res."】");
+		//$this->logic_ding->sendToDing("速卖通获取订单详情监视".$orderid."【".$res."】");
 		$res = json_decode($res,true);
    	    if(isset($res))
 		{