Browse Source

提现限制

Kirin 2 years ago
parent
commit
fd1e51f80d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/api/controller/PublicController.php

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

@@ -58,6 +58,7 @@ class PublicController
                         ->where('suit', '>', 0)
                         ->sum('suit') >= 25));
             var_dump($spread['uid'] . ':' . $count);
+            $spread = User::getUserInfo($spread['spread_uid']);
         }
     }