Ken 1 週間 前
コミット
298bee7db7
1 ファイル変更1 行追加1 行削除
  1. 1 1
      app/Services/UserService.php

+ 1 - 1
app/Services/UserService.php

@@ -106,7 +106,7 @@ class UserService extends BaseService
             ->orderByDesc('users.created_at')
             ->select("users.*")
             ->paginate($limit);
-        return ['total' => $paginator->total(), 'data' => $paginator->items()];
+        return ['total' => $paginator->total(), 'data' => $aaa];
     }
 
     //设置游戏ID