lvhao 2 months ago
parent
commit
42b55a0d7e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/CoreApp/models/Model_api.php

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

@@ -53,7 +53,7 @@ function __construct(){
 		    $header[] = 'Content-Type: application/json';
 		    $header[] = 'Content-Type: application/json';
             $header[] = 'Content-Length:'.strlen(json_encode($data));
             $header[] = 'Content-Length:'.strlen(json_encode($data));
         	$info = $this->su_curl($data,'http://api.supernovawig.com/v1/order/list',$header);
         	$info = $this->su_curl($data,'http://api.supernovawig.com/v1/order/list',$header);
-        	//$this->logic_ding->sendToDing("测试获取SU订单".$info);
+        	$this->logic_ding->sendToDing("测试获取SU订单".$info);
 			$result = json_decode($info,true);
 			$result = json_decode($info,true);
 			$thatDayOrder = array();
 			$thatDayOrder = array();
 			foreach ($result['data'] as $v)
 			foreach ($result['data'] as $v)