Forráskód Böngészése

修改api_tt的日志

lvhao 1 hete
szülő
commit
30e9b3f9e5
1 módosított fájl, 1 hozzáadás és 1 törlés
  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')
 			{