[授权注册值对象
该类用于定义授权注册值对象;] 注册信息
{
"output": "string",
"code": 0,
"message": "string",
"error_message": "string",
"data": {
"user": {
"uuid": "string",
"username": "string",
"phone": "string",
"email": "string",
"email_verify": true,
"role": "string",
"created_at": 0,
"updated_at": 0,
"enable": true,
"banned_at": 0
},
"token": "string"
}
}