## 密碼注冊
+++
get:/1.1/functions/signUpPasswd
*username=xxx#用戶名
*password=xxx#密碼
*email=xxx#郵箱
<<<
success
{
"result": {
"username": "username",
"email": "xiqingongzi@gmail.com",
"emailVerified": false,
"mobilePhoneVerified": false,
"objectId": "581e905cd203090055fec9b6",
"createdAt": "2016-11-06T02:07:24.120Z",
"updatedAt": "2016-11-06T02:07:24.120Z"
}
}
<<<
202
{
"code": 202,
"error": "Username has already been taken"
}
<<<
125
{
"code": 125,
"error": "The email address was invalid."
}
+++