## 發送短信驗證碼
~~~[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 | 更改手機號(需要登錄) |