~~~[api]
post:/index/login/smsCaptcha
*string:phone#手机号
*string:scene#验证场景
<<<
success
{
"code": 0,
"msg": "验证码发送成功"
}
<<<
error
{
"code": 1,
"msg": "phone不能为空"
}
~~~
### 验证场景
| 场景名 | 备注 |
| --- | --- |
| register | 注册场景 |
| password_reset | 重置密码场景 |
| change_phone | 更改手机号场景 |