lvhao 3 天之前
父節點
當前提交
6056847861
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      core/CoreApp/controllers/Apitt.php

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

@@ -1072,6 +1072,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));
 			$xq = array();
 			if($j['type'] == 1 && $j['data']['order_status'] == 'UNPAID')
 			{
@@ -1096,7 +1097,7 @@ $j = json_decode($j, true);
 				exit;
 			}
             $d = $this->fullordertt->get_orderinfo($j['data']['order_id']);
-			$this->logic_ding->sendToDing($j['data']['order_id']."获取TT的webhook数据:".json_encode($j));
+			
 			if($d)
 			{
 				$post = $this->fullordertt->read($d['id']);