Kirin 1 rok pred
rodič
commit
7cb5a9cc4d

+ 1 - 4
app/controller/api/v1/PublicController.php

@@ -50,10 +50,7 @@ class PublicController extends BaseController
 
     public function test()
     {
-        $levelServices = app()->make(IntegralJob::class);
-        foreach (UserIntegral::where('status', 0)->select() as $v) {
-            $levelServices->extract($v['id']);
-        }
+        dump(sys_config('lake_ratio', 0));
     }
 
     /**