From 44bde7229d25eecd249bdecc74a5d876790bea58 Mon Sep 17 00:00:00 2001 From: Alioth Date: Mon, 19 Apr 2021 00:11:58 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9ALoginDTO=E5=B1=9E=E6=80=A7password?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/modules/base/dto/login.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/modules/base/dto/login.ts b/src/app/modules/base/dto/login.ts index 860c94b..2686bef 100644 --- a/src/app/modules/base/dto/login.ts +++ b/src/app/modules/base/dto/login.ts @@ -9,7 +9,7 @@ export class LoginDTO { // 密码 @Rule(RuleType.string().required()) - password: number; + password: string; // 验证码ID @Rule(RuleType.string().required())