超管用户登录;

代码核销功能
This commit is contained in:
2026-07-06 22:33:30 +08:00
parent d708a10095
commit a66207ffa9
8 changed files with 203 additions and 38 deletions
@@ -69,6 +69,16 @@ export class BindWechatPhoneDto {
code: string;
}
export class LoginPasswordDto {
@IsString()
@IsNotEmpty()
loginName: string;
@IsString()
@IsNotEmpty()
password: string;
}
export class BindWechatDto {
@IsString()
@IsOptional()