Browse Source

提交信息

lvhao 4 weeks ago
parent
commit
eb8d9c9113
1 changed files with 1 additions and 0 deletions
  1. 1 0
      core/CoreApp/models/Model_apismt.php

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

@@ -261,6 +261,7 @@ function __construct(){
         curl_setopt($ch, CURLOPT_POSTFIELDS,http_build_query($post));
 		$res = curl_exec($ch);
 		curl_close($ch);
+		$this->logic_ding->sendToDing("速卖通获取商品列表监视列表(".json_encode($post,JSON_UNESCAPED_UNICODE).")【".$res."】");
 		$res = json_decode($res,true);
    	    if(isset($res))
 		{