$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
getTimeLine( $where, array<mixed,string> $columns = array('*')) : \Illuminate\Database\Eloquent\Model|\Illuminate\Database\Query\Builder|object|null
todo:获取用户
$where | ||
array<mixed,string> | $columns |
getLists(array<mixed,integer> $pagination = array('page' => 1, 'limit' => 10), array<mixed,string> $order = array('order' => 'id', 'direction' => 'asc'), false $getAll = false, array<mixed,string> $column = array('*')) : array|\Illuminate\Support\Collection
todo:获取列表
array<mixed,integer> | $pagination | |
array<mixed,string> | $order | |
false | $getAll | |
array<mixed,string> | $column |