Browse Source

验证码谷歌

afa 10 months ago
parent
commit
fe6ba2836f
1 changed files with 0 additions and 1 deletions
  1. 0 1
      application/admin/controller/user/User.php

+ 0 - 1
application/admin/controller/user/User.php

@@ -85,7 +85,6 @@ class User extends Backend
                 });
             }
         }
-           
         $list = $list->where($where)->order($sort, $order)->paginate($limit);
         $result = ['total' => $list->total(), 'rows' => $list->items()];
         return json($result);