class CaptchaController extends JwtApiController

验证码

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 from  JwtApiController

Methods

__construct()

ApiController constructor.

void
withViews()

No description

void
seo(mixed ...$args)

seo

Authenticatable|PamAccount
pam()

返回 Jwt 用户

send(CaptchaSendRequest $request)

No description

verifyCode()

No description

Details

in JwtApiController at line 22
__construct()

ApiController constructor.

in Controller at line 69
protected void withViews()

No description

Return Value

void

in Controller at line 94
protected void seo(mixed ...$args)

seo

Parameters

mixed ...$args args

Return Value

void

in JwtApiController at line 36
protected Authenticatable|PamAccount pam()

返回 Jwt 用户

Return Value

Authenticatable|PamAccount

See also

$pam

at line 20
send(CaptchaSendRequest $request)

No description

Parameters

CaptchaSendRequest $request

at line 73
verifyCode()

No description