|
@@ -165,8 +165,6 @@ class Timedtask
|
|
if (empty($to) || $to == ''){
|
|
if (empty($to) || $to == ''){
|
|
continue;
|
|
continue;
|
|
}
|
|
}
|
|
-// $url2='http://192.144.219.204:8083/ddc/getNonce';
|
|
|
|
-// $nonce=curlRequest($url2);
|
|
|
|
if ($this->redisNonceSetNx()){
|
|
if ($this->redisNonceSetNx()){
|
|
$nonce = $redis->get('nonce');
|
|
$nonce = $redis->get('nonce');
|
|
$ddcid = $v['ddcid'];
|
|
$ddcid = $v['ddcid'];
|
|
@@ -185,8 +183,6 @@ class Timedtask
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
- //$ddcid = Db::name('hash')->where('hash',$v['company_hash'])->value('ddcid');
|
|
|
|
-
|
|
|
|
}
|
|
}
|
|
},'id','desc');
|
|
},'id','desc');
|
|
}
|
|
}
|