avalon
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
avalon
avalon-authorization
/
io.github.lishangbu.avalon.authorization.service
/
VerificationCodeService
/
verifyCode
verify
Code
abstract
fun
verifyCode
(
target
:
String
,
code
:
String
,
type
:
String
)
校验验证码(成功后会使验证码失效)
Parameters
target
接收目标(手机号/邮箱等)
code
验证码
type
验证码类型(可复用 AuthorizationGrantType 的 value 值)