feat: 实现短信模块

This commit is contained in:
2025-12-17 23:01:13 +08:00
parent 54acad1671
commit 2ef3507cea
10 changed files with 286 additions and 13 deletions

View File

@@ -13,6 +13,7 @@ import { AdminModule } from './admin/admin.module';
import { OssModule } from './oss/oss.module';
import { ThrottlerModule } from '@nestjs/throttler';
import { CaptchaModule } from './captcha/captcha.module';
import { SmsModule } from './sms/sms.module';
@Module({
imports: [
@@ -45,6 +46,7 @@ import { CaptchaModule } from './captcha/captcha.module';
AdminModule,
OssModule,
CaptchaModule,
SmsModule,
],
controllers: [AppController],
providers: [AppService],