Jelajahi Sumber

提交数据

lvhao 3 bulan lalu
induk
melakukan
c657826ca1
1 mengubah file dengan 2 tambahan dan 0 penghapusan
  1. 2 0
      core/CoreApp/models/Model_api.php

+ 2 - 0
core/CoreApp/models/Model_api.php

@@ -637,6 +637,8 @@ function __construct(){
         	$res = curl_exec($ch);
 			$header = curl_getinfo($ch);
 			$b = json_decode($res,true);
+
+			$this->logic_ding->sendToDing("erp同步独立站的信息".json_encode($b,JSON_UNESCAPED_UNICODE));
 			if(isset($b['fulfillment']['id']))
 			{
 				return array('res'=>1,'state'=>216,'cw'=>'');