feat: 初始化 WWJ Cloud 企业级框架项目
- 后端:基于 NestJS 的分层架构设计 - 前端:基于 VbenAdmin + Element Plus 的管理系统 - 支持 SaaS + 独立版双架构模式 - 完整的用户权限管理系统 - 系统设置、文件上传、通知等核心功能 - 多租户支持和插件化扩展架构
This commit is contained in:
8
wwjcloud/src/common/settings/payment/payment.service.ts
Normal file
8
wwjcloud/src/common/settings/payment/payment.service.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { Injectable } from '@nestjs/common';
|
||||
|
||||
@Injectable()
|
||||
export class PaymentService {
|
||||
async createPayment(orderId: string, amount: number) {
|
||||
return { orderId, amount, status: 'mock' };
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user