短信验证码
发送短信验证码
参数说明
参数名
类型
说明
示例代码
wx.BaaS.sendSmsCode({phone: '1328888888', signatureID: 1}).then(res => {
// success
console.log(res.data) // { "status": "ok" }
}).catch(e => {
// err
console.log(e.code) // 错误状态码
})状态码
说明
校验短信验证码
参数说明
参数名
类型
说明
示例代码
状态码
说明
短信发送频次
开通短信验证码功能
Last updated
Was this helpful?