JwtApiController
abstract class JwtApiController extends ApiController
Jwt api 控制器[支持多个用户类型]
Traits
DispatchesJobs
ValidatesRequests
Properties
static array | $permission | from Controller | |
protected int | $pagesize | pagesize | from Controller |
protected string | $ip | ip | from Controller |
protected Carbon | $now | now | from Controller |
protected string|null | $route | route | from Controller |
protected string|null | $title | title | from Controller |
protected null|PamAccount | $pam |
Methods
__construct()
ApiController constructor.
Authenticatable|PamAccount
pam()
返回 Jwt 用户
Details
at line 22
__construct()
ApiController constructor.
in
Controller at line 69
protected void
withViews()
No description
in
Controller at line 94
protected void
seo(mixed ...$args)
seo
at line 36
protected Authenticatable|PamAccount
pam()
返回 Jwt 用户