Files
hi-frontend/apps/user
shanshanzhong147 21e351a727 feat: 提现优化 — 收款方式选择、收款码上传、取消按钮 (HIF-43)
- 用户端申请提现表单:新增收款方式选择器(支付宝/微信/银行卡/其他)
  收款账号输入框及收款码图片上传,调用 POST /v1/public/file/upload
- 用户端提现记录:展示收款方式、账号、收款码(可放大),新增已取消
  状态(灰色),待审核记录显示取消申请按钮调用 withdrawal_cancel
- 管理端提现列表:新增收款方式、账号、收款码列,支持按收款方式过滤,
  状态过滤增加已取消选项
- 类型更新:WithdrawalLog / AdminWithdrawalLog / CommissionWithdrawRequest
  增加 method / account / qr_code_url 字段;新增 WithdrawalCancelRequest
2026-05-25 20:39:04 -07:00
..
2025-11-26 19:56:16 -08:00
2025-11-26 19:56:16 -08:00
2025-11-26 19:56:16 -08:00
2025-11-26 19:56:16 -08:00
2025-11-26 19:56:16 -08:00

PPanel user web

This is a PPanel user web powered by PPanel

English · Chinese · Changelog · Report Bug · Request Feature


Table of contents

TOC

⌨️ Local Development

You can use Github Codespaces for online development:

You can use Gitpod for online development:

Open in Gitpod

or clone it for local development:

git clone https://github.com/perfect-panel/frontend.git
cd ppanel-web

# Install dependencies
bun install

# Run the development server
cd apps/user
bun dev

Open http://localhost:3000 with your browser to see the result.

🚀 Deploy on Vercel

Deploy with Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

🤝 Contributing

Contributions of all types are more than welcome, if you're interested in contributing code, feel free to check out our GitHub Issues to get stuck in to show us what youre made of.


📝 License

Copyright © 2024 PPanel.
This project is GNU licensed.