Kirin 2 سال پیش
والد
کامیت
7cb5a9cc4d
1فایلهای تغییر یافته به همراه1 افزوده شده و 4 حذف شده
  1. 1 4
      app/controller/api/v1/PublicController.php

+ 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));
     }
 
     /**