用户登录 更改到v0.21版本

This commit is contained in:
王思川 2022-03-30 05:01:04 +08:00
parent e773befc38
commit ab96b1658d
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ def login_impl(email, pwd, vcode):
def check_vcode():
record = db.find_single_data(
"管理端",
"用户",
"邮箱验证码记录",
{"email": email},
["vcode", "timestamp"]
)