Files
soul-yongping/开发文档/2、架构/链路与变现.md
2026-03-07 22:58:43 +08:00

20 lines
755 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 链路与变现(合并自 链路优化与运行指南、变现模块设计)
## 链路总览
```
后台鉴权 → 进群(支付后跳转) → 营销策略(推广/活码/配置) → 支付(下单→回调→到账)
```
**运行**`pnpm dev``pnpm build` + `node .next/standalone/server.js`,端口 3006。
**配置**`GET /api/config` 拉取配置admin / key123456 鉴权,登出 `POST /api/admin/logout`
## 变现模块
- **支付模块**Order、PaymentProvider微信/支付宝对接
- **营销模块**Campaign、MarketingService弹窗、Banner、转化
- **分销模块**ReferralCode、ReferralService邀请码、佣金计算
详见原《链路优化与运行指南》《变现模块设计》。