songxingwei 2 years ago
parent
commit
4a86b6d55a
1 changed files with 0 additions and 4 deletions
  1. 0 4
      application/api/controller/Timedtask.php

+ 0 - 4
application/api/controller/Timedtask.php

@@ -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');
     }
     }