wupengfei 2 anni fa
parent
commit
08b41a648e
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      application/api/controller/Timedtask.php

+ 2 - 2
application/api/controller/Timedtask.php

@@ -500,13 +500,13 @@ class Timedtask
 
 
     public function createVirChildren()
     public function createVirChildren()
     {
     {
-        $list =  Db::name('store_member')->field('id')->where('is_vir',1)->where('pid',0)->order('id asc')->limit(0,12)->select();
+        $list =  Db::name('store_member')->field('id')->where('is_vir',1)->where('pid',0)->order('id asc')->limit(0,8)->select();
         $pre = [1994,1782,1853,1332,1558,1392,1343,1595,1886,1866];
         $pre = [1994,1782,1853,1332,1558,1392,1343,1595,1886,1866];
         $password = '920211ming';
         $password = '920211ming';
         $second_password = '920211';
         $second_password = '920211';
         foreach ($list  as $v)
         foreach ($list  as $v)
         {
         {
-            $num = rand(8,30);
+            $num = rand(10,50);
             $array =[];
             $array =[];
             for ($i=0;$i<$num;$i++){
             for ($i=0;$i<$num;$i++){
                 $rand_key = rand(0,9);
                 $rand_key = rand(0,9);