SmsCodeRequest

data class SmsCodeRequest(val phone: String)

短信验证码请求

Author

lishangbu

Since

2026/3/13

Parameters

phone

手机号

Constructors

Link copied to clipboard
constructor(phone: String)

Properties

Link copied to clipboard
@NotEmpty(message = "手机号不能为空")
val phone: String