Browse Source

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

lvhao 2 months ago
parent
commit
580c3a9c80
1 changed files with 1 additions and 1 deletions
  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);