~~~[api]
post:/index/login/smsCaptcha
*string:phone#手機號
*string:scene#驗證場景
<<<
success
{
"code": 0,
"msg": "驗證碼發送成功"
}
<<<
error
{
"code": 1,
"msg": "phone不能為空"
}
~~~
### 驗證場景
| 場景名 | 備注 |
| --- | --- |
| register | 注冊場景 |
| password_reset | 重置密碼場景 |
| change_phone | 更改手機號場景 |