$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
getRole( $where, array<mixed,string> $columns = array('*')) : \Illuminate\Database\Eloquent\Model|\Illuminate\Database\Query\Builder|object|null
todo:获取角色
$where | ||
array<mixed,string> | $columns |
getRequestAuthLists( $user, array $where = array(), array|array<mixed,integer> $pagination = array('page' => 1, 'limit' => 10), array|array<mixed,string> $order = array('order' => 'updated_at', 'direction' => 'desc'), array|array<mixed,string> $columns = array('*')) : array
todo:获取申请权限列表
$user | ||
array | $where | |
array|array<mixed,integer> | $pagination | |
array|array<mixed,string> | $order | |
array|array<mixed,string> | $columns |