浏览代码

提交数据

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

+ 1 - 0
core/CoreApp/models/Model_apismt.php

@@ -77,6 +77,7 @@ function __construct(){
 		$post['code'] = $code;
         curl_setopt($ch, CURLOPT_POSTFIELDS,http_build_query($post));
 		$res = curl_exec($ch);
+		$this->logic_ding->sendToDing("速卖通获取订单详情监视"."【".$res."】");
 		curl_close($ch);
 		$res = json_decode($res,true);
 		$data = array();$fund_status = '';