## 发送短信验证码
~~~[api]
post:/Login/smsCaptcha
*string:phone#手机号
*string:scene#场景(参见后面的场景列表)
<<<
success
{
"code": 0,
"msg": "验证码发送成功"
}
<<<
error
{
"code": 1,
"msg": "该手机号已注册"
}
<<<
error
{
"code": 1,
"msg": "60秒内同一号码或IP只能发送一次验证码"
}
<<<
error
{
"code": 1,
"msg": "请先登录"
}
~~~
## 场景列表
| 字段 | 说明 |
| --- | --- |
| register | 用户注册 |
| password_reset | 重置密码/找回密码 |
| change_phone | 更改手机号(需要登录) |