浏览代码

云尚快线监听再加一哥判断节点

lvhao 2 月之前
父节点
当前提交
580c3a9c80
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      core/CoreApp/models/Model_cne.php

+ 1 - 1
core/CoreApp/models/Model_cne.php

@@ -97,8 +97,8 @@ function __construct(){
 		// 	$count['OrderType'] = 1;
 		// 	$ordertype = 1;
 		// }
-
 		$count = json_encode($count,true);
+		$this->logic_ding->sendToDing("云尚快递erp请求参数【".$count."】");
         $start_time = time();
 		$ch = curl_init();
 		curl_setopt($ch,CURLOPT_URL,$url);