POST /api/auth/login - 用户登录POST /api/auth/logout - 用户退出GET /api/points/balance - 获取积分余额POST /api/points/consume-with-commission - 积分消耗返佣GET /api/usdt/balance - 获取USDT余额(代理用户)POST /api/recharge/create-usdt-order - 创建充值订单POST /api/withdrawal/apply - 申请提现(代理用户)GET /api/admin/withdrawal/list - 管理员查看提现列表GET /api/admin/users - 用户管理POST /api/admin/points/recharge - 积分充值💡 提示: 这是API服务器,请使用前端界面或API客户端访问功能。