## 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"
}
~~~