短信服务
发送短信验证码
try {
await BaaS.sendSmsCode(phone: "1508805****");
// 操作成功
} on HError catch(e) {
// 操作失败
}参数名
类型
说明
必填
状态码
说明
校验短信验证码
参数名
类型
说明
必填
状态码
说明
验证码发送频次
Last updated
Was this helpful?
try {
await BaaS.sendSmsCode(phone: "1508805****");
// 操作成功
} on HError catch(e) {
// 操作失败
}Last updated
Was this helpful?
Was this helpful?
try {
await BaaS.verifySmsCode(phone: "1508805****", code: '012345');
// 操作成功
} on HError catch(e) {
// 操作失败
}