feat: 支持一键发布服务端
This commit is contained in:
@@ -36,7 +36,7 @@ export class AuthController {
|
||||
@Body() bindPhoneDto: BindPhoneDto,
|
||||
): Promise<User> {
|
||||
return this.authService.bindPhone(
|
||||
req.user.userId,
|
||||
req.user.sub,
|
||||
bindPhoneDto.encryptedData,
|
||||
bindPhoneDto.iv,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user