## 獲取郵箱驗證碼
~~~[api]
POST:index/Login/sendCode
*email= 1821157233@qq.com#郵箱賬號
<<<
success
{
"code": 1,
"info": "020509",
"msg": "獲取成功"
}
<<<
error
{
"code": 0,
"msg": "獲取失敗"
}
~~~
### 返回字段說明
| 字段 | 說明 |
| --- | --- |
| info | 郵箱驗證碼 |