lvhao 1 月之前
父節點
當前提交
3978b88cbe
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      core/CoreApp/models/Model_apismt.php

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

@@ -120,6 +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."】");
 		$res = json_decode($res,true);
    	    if(isset($res))
 		{