合伙人端登录验证调整还有日志落地

This commit is contained in:
2026-07-07 14:34:02 +08:00
parent af989c9d33
commit 2e61caa49c
23 changed files with 1018 additions and 47 deletions
@@ -93,3 +93,9 @@ export class BindWechatDto {
@IsOptional()
platform?: 'h5' | 'mini';
}
export class CheckPartnerPhoneDto {
@IsString()
@IsNotEmpty()
phone: string;
}