瀏覽代碼

会员升级

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