From ab96b1658d6e57d7ef589de323ac78910072ce4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E6=80=9D=E5=B7=9D?= Date: Wed, 30 Mar 2022 05:01:04 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E7=99=BB=E5=BD=95=20?= =?UTF-8?q?=E6=9B=B4=E6=94=B9=E5=88=B0v0.21=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- user/user_impl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/user_impl.py b/user/user_impl.py index 44355c4..4be00b8 100644 --- a/user/user_impl.py +++ b/user/user_impl.py @@ -144,7 +144,7 @@ def login_impl(email, pwd, vcode): def check_vcode(): record = db.find_single_data( "管理端", - "用户", + "邮箱验证码记录", {"email": email}, ["vcode", "timestamp"] )