docs: 合并重复的管理后台章节,保留集成说明中的完整列表

This commit is contained in:
erio
2026-03-14 04:09:02 +08:00
parent e98f01f472
commit 34ad876626
2 changed files with 0 additions and 30 deletions

View File

@@ -14,7 +14,6 @@ Sub2ApiPay is a self-hosted payment gateway built for the [Sub2API](https://sub2
- [Environment Variables](#environment-variables)
- [Deployment](#deployment)
- [Sub2API Integration](#sub2api-integration)
- [Admin Panel](#admin-panel)
- [Payment Flow](#payment-flow)
- [API Endpoints](#api-endpoints)
- [Development](#development)
@@ -330,20 +329,6 @@ The admin panel is authenticated via the `token` URL parameter (set to the `ADMI
---
## Admin Panel
Access: `https://pay.example.com/admin?token=YOUR_ADMIN_TOKEN`
| Module | Path | Description |
| ------------- | ---------------------- | ------------------------------------------------------------- |
| Overview | `/admin` | Aggregated entry with card-style navigation |
| Orders | `/admin/orders` | Filter by status, paginate, view details, retry/cancel/refund |
| Dashboard | `/admin/dashboard` | Revenue stats, order trends, payment method breakdown |
| Channels | `/admin/channels` | Configure API channels & rates, sync from Sub2API |
| Subscriptions | `/admin/subscriptions` | Manage subscription plans & user subscriptions |
---
## Payment Flow
```