|
@@ -165,7 +165,7 @@ class Model_apiyy extends Lin_Model
|
|
|
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, false);
|
|
|
$res = curl_exec($ch);
|
|
|
|
|
|
- $this->logic_ding->sendToDing("u9创建料品监听(".$list."(【".$res."】");
|
|
|
+ //$this->logic_ding->sendToDing("u9创建料品监听(".$list."(【".$res."】");
|
|
|
$res = json_decode($res,true);
|
|
|
if(isset($res['Data'][0]))
|
|
|
{
|