fix: 解决冲突 (#87)

This commit is contained in:
luch 2024-03-28 21:46:15 +08:00 committed by GitHub
parent 11df81eb08
commit 47a831b1ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,12 +1,7 @@
import { Controller, Post, Body, HttpCode } from '@nestjs/common';
import { ConfigService } from '@nestjs/config';
import { UserService } from '../services/user.service';
<<<<<<< Updated upstream
import { CaptchaService } from '../services/captcha.service'; // 假设你的验证码服务在这里
=======
import { CaptchaService } from '../services/captcha.service';
import { ConfigService } from '@nestjs/config';
>>>>>>> Stashed changes
import { AuthService } from '../services/auth.service';
import { HttpException } from 'src/exceptions/httpException';
import { EXCEPTION_CODE } from 'src/enums/exceptionCode';