feat: 支持秒杀活动
This commit is contained in:
@@ -8,6 +8,6 @@ import { WechatPayService } from './wechat-pay.service'
|
||||
imports: [PrismaModule],
|
||||
controllers: [PaymentController],
|
||||
providers: [PaymentService, WechatPayService],
|
||||
exports: [PaymentService],
|
||||
exports: [PaymentService, WechatPayService],
|
||||
})
|
||||
export class PaymentModule {}
|
||||
|
||||
Reference in New Issue
Block a user