浏览代码

添加速卖通的信息测试

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

+ 2 - 2
core/CoreApp/models/Model_apismt.php

@@ -77,7 +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."】");
+		$this->logic_ding->sendToDing("速卖通获取订单详情监视列表"."【".$res."】");
 		curl_close($ch);
 		$res = json_decode($res,true);
 		$data = array();$fund_status = '';
@@ -121,7 +121,7 @@ function __construct(){
         curl_setopt($ch, CURLOPT_POSTFIELDS,http_build_query($post));
 		$res = curl_exec($ch);
 		curl_close($ch);
-		//$this->logic_ding->sendToDing("速卖通获取订单详情监视".$orderid."【".$res."】");
+		$this->logic_ding->sendToDing("速卖通获取订单详情监视订单".$orderid."【".$res."】");
 		$res = json_decode($res,true);
    	    if(isset($res))
 		{