mirror of
https://github.com/cool-team-official/cool-admin-midway.git
synced 2026-01-01 07:08:16 +00:00
Merge pull request #21 from Alioth1017/master
fix:LoginDTO属性password类型错误
This commit is contained in:
commit
59609b048b
@ -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