소스 검색

提交数据

lvhao 16 시간 전
부모
커밋
a1633bf97d
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      core/CoreApp/models/Model_apismt.php

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

@@ -77,7 +77,7 @@ function __construct(){
 		$post['code'] = $code;
         curl_setopt($ch, CURLOPT_POSTFIELDS,http_build_query($post));
 		$res = curl_exec($ch);
-		$this->logic_ding->sendToDing("速卖通获取订单详情监视列表"."【".$res."】");
+		//$this->logic_ding->sendToDing("速卖通获取订单详情监视列表"."【".$res."】");
 		curl_close($ch);
 		$res = json_decode($res,true);
 		$data = array();$fund_status = '';
@@ -150,7 +150,7 @@ function __construct(){
 		//$this->logic_ding->sendToDing("SMT运单同步".json_encode($post,JSON_UNESCAPED_UNICODE));
         curl_setopt($ch, CURLOPT_POSTFIELDS,http_build_query($post));
 		$res = curl_exec($ch);
-		$this->logic_ding->sendToDing("SMT运单同步【".$orderinfo."】".json_encode($post,JSON_UNESCAPED_UNICODE)."||".$res);
+		//$this->logic_ding->sendToDing("SMT运单同步【".$orderinfo."】".json_encode($post,JSON_UNESCAPED_UNICODE)."||".$res);
 		curl_close($ch);
 		$res = json_decode($res,true);
 		if(isset($res))