功能: - 激活码管理 (Pro/Auto 两种类型) - 账号池管理 - 设备绑定记录 - 使用日志 - 搜索/筛选功能 - 禁用/启用功能 (支持退款参考) - 全局设置 (换号间隔、额度消耗等) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
3 lines
213 B
Python
3 lines
213 B
Python
from app.services.account_service import AccountService, KeyService, LogService, GlobalSettingsService, BatchService
|
|
from app.services.auth_service import authenticate_admin, create_access_token, get_current_user
|