$userModel
$userModel : \App\Models\Api\v1\Users
todo:基础服务 Class BaseService
$userModel : \App\Models\Api\v1\Users
$redisClient : \App\Http\Controllers\Utils\RedisClient
$userCenterModel : \App\Models\Api\v1\UserCenter
$oauthModel : \App\Models\Api\v1\Oauth
$roleModel : \App\Models\Api\v1\Role
$authModel : \App\Models\Api\v1\Auth
$areaModel : \App\Models\Api\v1\Area
$timeLineModel : \App\Models\Api\v1\TimeLine
$logModel : \App\Models\Api\v1\Log
getUserLists( $user, array|array<mixed,integer> $pagination = array('page' => 1, 'limit' => 10), array|array<mixed,string> $order = array('order' => 'id', 'direction' => 'asc'), boolean $getAll = false, array|array<mixed,string> $column = array('*')) : array
todo:获取用户列表
$user | ||
array|array<mixed,integer> | $pagination | |
array|array<mixed,string> | $order | |
boolean | $getAll | |
array|array<mixed,string> | $column |
getUser( $where, array<mixed,string> $columns = array('*')) : \Illuminate\Database\Eloquent\Model|\Illuminate\Database\Query\Builder|object|null
todo:获取用户
$where | ||
array<mixed,string> | $columns |