sendVerifyCode static method
dynamic
sendVerifyCode()
发送验证码
Implementation
static sendVerifyCode() {
return '$host/v1/auth/sendVerifyCode';
}
发送验证码
static sendVerifyCode() {
return '$host/v1/auth/sendVerifyCode';
}