## E-mail 注册
>接口参数说明
~~~[api]
post:/account/user/sign-up-email
*string:email#电子邮件
*string:password#密码
<<<
success
{
"status": 0,
"msg": "success",
"timestamp": "20181221105857452"
}
<<<
error
{
"status": 1005,
"msg": "Invalid email",
"timestamp": "20181221113200220"
}
~~~
>接口请求示例
~~~
{
"email": "tianbao@tianbaotravel.cn",
"password":"123456"
}
~~~
