## 用戶注冊
+++
get:/1.1/functions/signUp
*phone=138xxxx#接受短信的手機號
*verifyCode=1234#接受到的驗證碼
<<<
success
{
"result": {
"mobilePhoneNumber": "13800002061",
"username": "13800002061",
"mobilePhoneVerified": true,
"emailVerified": false,
"objectId": "581e8c262e958a0054ea34ad",
"createdAt": "2016-11-06T01:49:26.895Z",
"updatedAt": "2016-11-06T01:49:26.895Z"
}
}
<<<
603
{
"code": 603,
"error": "無效的短信驗證碼"
}
<<<
127
{
"code": 127,
"error": "無效的手機號碼。"
}
+++