小程序修改

This commit is contained in:
2026-07-12 19:44:36 +08:00
parent 3b4833b51a
commit e2dfb08de3
45 changed files with 2028 additions and 347 deletions
@@ -94,6 +94,16 @@ export class BindWechatDto {
platform?: 'h5' | 'mini';
}
export class MiniWechatProfileDto {
@IsString()
@IsOptional()
nickname?: string;
@IsString()
@IsOptional()
avatarUrl?: string;
}
export class CheckPartnerPhoneDto {
@IsString()
@IsNotEmpty()