## Mobile 注册
>接口参数说明
~~~[api]
post:/account/user/sign-up-mobile
*string:phoneNumber#手机号
*string:password#密码
*string:code#短信验证码
<<<
success
{
"status": 0,
"msg": "success",
"timestamp": "20181221105857452"
}
<<<
error
{
"status": 1002,
"msg": "Invalid phone number",
"timestamp": "20181221112937674"
}
~~~
>接口请求示例
~~~
{
"phoneNumber": "1388888888",
"password":"123456",
"code":"091097"
}
~~~
