fix: 解决冲突 (#87)
This commit is contained in:
parent
11df81eb08
commit
47a831b1ec
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user