gogs 1 ano atrás
pai
commit
7467c30be8
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      app/Service/ThirdService.php

+ 1 - 1
app/Service/ThirdService.php

@@ -86,7 +86,7 @@ class ThirdService extends Service
         return (rand(0,100)/1000);
     }
     public function cgq_rand(){
-        return rand(10,25)+(rand(0,100)/100);
+        return rand(15,25)+(rand(0,100)/100);
     }
     public function kg_rand(){
         return rand(0,1);