public class PreCheckSmsCodeDto extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
PreCheckSmsCodeDto.Channel
短信通道,指定发送此短信的目的,如 CHANNEL_LOGIN 用于登录、CHANNEL_REGISTER 用于注册。
|
| 构造器和说明 |
|---|
PreCheckSmsCodeDto() |
| 限定符和类型 | 方法和说明 |
|---|---|
PreCheckSmsCodeDto.Channel |
getChannel() |
String |
getPassCode() |
String |
getPhone() |
String |
getPhoneCountryCode() |
void |
setChannel(PreCheckSmsCodeDto.Channel channel) |
void |
setPassCode(String passCode) |
void |
setPhone(String phone) |
void |
setPhoneCountryCode(String phoneCountryCode) |
public String getPhone()
public void setPhone(String phone)
public String getPassCode()
public void setPassCode(String passCode)
public String getPhoneCountryCode()
public void setPhoneCountryCode(String phoneCountryCode)
public PreCheckSmsCodeDto.Channel getChannel()
public void setChannel(PreCheckSmsCodeDto.Channel channel)
Copyright © 2022. All rights reserved.