Browse Source

提现限制

Kirin 1 year ago
parent
commit
94a41baaff
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/api/controller/PublicController.php

+ 1 - 0
app/api/controller/PublicController.php

@@ -64,6 +64,7 @@ class PublicController
             }
             $p = User::where('spread_uid', 'in', $p)->where('uid', 'not in', $child)->column('uid');
         }
+        var_dump($c);
     }
 
     /**