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.model
/
EmailCodeRequest
Email
Code
Request
data
class
EmailCodeRequest
(
val
email
:
String
)
邮箱验证码请求
Author
lishangbu
Since
2026/3/13
Parameters
email
邮箱
Members
Constructors
Email
Code
Request
Link copied to clipboard
constructor
(
email
:
String
)
Properties
email
Link copied to clipboard
@
NotEmpty
(
message
=
"邮箱不能为空"
)
@
Email
(
message
=
"邮箱不合法"
)
val
email
:
String