浏览代码

提交数据

lvhao 1 月之前
父节点
当前提交
0078279fa4
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      core/CoreApp/controllers/Api.php

+ 1 - 0
core/CoreApp/controllers/Api.php

@@ -2495,6 +2495,7 @@ class Api extends Start_Controller {
 	{
 	{
 		$xq = array();
 		$xq = array();
 		$j = file_get_contents('PHP://input');
 		$j = file_get_contents('PHP://input');
+		$this->logic_ding->sendToDing("17track返回回调参数".$j);
 		$j = json_decode($j, true);
 		$j = json_decode($j, true);
 		$j = $j['data'];
 		$j = $j['data'];
 		$express = array();
 		$express = array();