mirror of
https://github.com/cool-team-official/cool-admin-midway.git
synced 2025-12-24 02:10:18 +00:00
fix:LoginDTO属性password类型错误
This commit is contained in:
parent
0ccf8d9797
commit
44bde7229d
@ -9,7 +9,7 @@ export class LoginDTO {
|
||||
|
||||
// 密码
|
||||
@Rule(RuleType.string().required())
|
||||
password: number;
|
||||
password: string;
|
||||
|
||||
// 验证码ID
|
||||
@Rule(RuleType.string().required())
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user