소스 검색

修改api_tt的日志

lvhao 1 주 전
부모
커밋
30e9b3f9e5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      core/CoreApp/controllers/Apitt.php

+ 1 - 1
core/CoreApp/controllers/Apitt.php

@@ -1082,7 +1082,7 @@ $j = json_decode($j, true);
 			
 			$j = json_decode($j, true);
 			//$this->logic_ding->sendToDing("获取TT的webhook数据:".json_encode($j));
-			$this->logic_ding->sendToDing($j['data']['order_id']."获取TT的webhook数据:".json_encode($j));
+			//$this->logic_ding->sendToDing($j['data']['order_id']."获取TT的webhook数据:".json_encode($j));
 			$xq = array();
 			if($j['type'] == 1 && $j['data']['order_status'] == 'UNPAID')
 			{