post:/v1/email-captcha
*string:email#邮箱地址
*check_exist#可选值为0或1,当验证码用于重置密码时,此字段置为1,当验证码用于注册时,此字段置为0。
<<<
返回结果
{
	"code": 0,
	"data": null,
	"msg": "发送成功!"
}
<<<
提交内容
{
	"email": "xxx@qq.com",
	"check_exist": 1
}