class
User
extends
BaseModel
{
constructor
(username, password) {
this
.
username
= username
this
.
password
=
hash
(password)
}
async
login
() {
return
await
validate
(
this
)
}
{ }
</>
()
[]
PythonEdu
用户名
密码
验证码
登录
还没有账号?
立即注册