소스 검색

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

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);