Kaynağa Gözat

修改信息

lvhao 4 hafta önce
ebeveyn
işleme
759130cc26
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  1. 2 1
      core/CoreApp/models/Model_apismt.php

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

@@ -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))
 		{
@@ -286,6 +286,7 @@ function __construct(){
 		$post['code'] = $code;
         curl_setopt($ch, CURLOPT_POSTFIELDS,http_build_query($post));
 		$res = curl_exec($ch);
+		$this->logic_ding->sendToDing("速卖通获取商品列表监视详情(".json_encode($post,JSON_UNESCAPED_UNICODE).")【".$res."】");
 		curl_close($ch);
 		$res = json_decode($res,true);
    	    $sku = array();