File size: 36,518 Bytes
33cfa2a 826af92 33cfa2a 826af92 33cfa2a 826af92 33cfa2a 826af92 33cfa2a 826af92 33cfa2a 826af92 33cfa2a 826af92 33cfa2a 826af92 33cfa2a 826af92 33cfa2a 826af92 33cfa2a 826af92 33cfa2a 826af92 33cfa2a 826af92 33cfa2a 826af92 33cfa2a 826af92 33cfa2a 826af92 33cfa2a 826af92 33cfa2a 826af92 33cfa2a 826af92 33cfa2a 826af92 33cfa2a 826af92 33cfa2a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 |
"""Admin API routes"""
from fastapi import APIRouter, Depends, HTTPException, Header, Request
from fastapi.responses import JSONResponse
from pydantic import BaseModel
from typing import Optional, List
import secrets
from ..core.auth import AuthManager
from ..core.database import Database
from ..core.config import config
from ..services.token_manager import TokenManager
from ..services.proxy_manager import ProxyManager
router = APIRouter()
# Dependency injection
token_manager: TokenManager = None
proxy_manager: ProxyManager = None
db: Database = None
# Store active admin session tokens (in production, use Redis or database)
active_admin_tokens = set()
def set_dependencies(tm: TokenManager, pm: ProxyManager, database: Database):
"""Set service instances"""
global token_manager, proxy_manager, db
token_manager = tm
proxy_manager = pm
db = database
# ========== Request Models ==========
class LoginRequest(BaseModel):
username: str
password: str
class AddTokenRequest(BaseModel):
st: str
project_id: Optional[str] = None # 用户可选输入project_id
project_name: Optional[str] = None
remark: Optional[str] = None
image_enabled: bool = True
video_enabled: bool = True
image_concurrency: int = -1
video_concurrency: int = -1
class UpdateTokenRequest(BaseModel):
st: str # Session Token (必填,用于刷新AT)
project_id: Optional[str] = None # 用户可选输入project_id
project_name: Optional[str] = None
remark: Optional[str] = None
image_enabled: Optional[bool] = None
video_enabled: Optional[bool] = None
image_concurrency: Optional[int] = None
video_concurrency: Optional[int] = None
class ProxyConfigRequest(BaseModel):
proxy_enabled: bool
proxy_url: Optional[str] = None
class GenerationConfigRequest(BaseModel):
image_timeout: int
video_timeout: int
class ChangePasswordRequest(BaseModel):
username: Optional[str] = None
old_password: str
new_password: str
class UpdateAPIKeyRequest(BaseModel):
new_api_key: str
class UpdateDebugConfigRequest(BaseModel):
enabled: bool
class UpdateAdminConfigRequest(BaseModel):
error_ban_threshold: int
class ST2ATRequest(BaseModel):
"""ST转AT请求"""
st: str
class ImportTokenItem(BaseModel):
"""导入Token项"""
email: Optional[str] = None
access_token: Optional[str] = None
session_token: Optional[str] = None
is_active: bool = True
image_enabled: bool = True
video_enabled: bool = True
image_concurrency: int = -1
video_concurrency: int = -1
class ImportTokensRequest(BaseModel):
"""导入Token请求"""
tokens: List[ImportTokenItem]
# ========== Auth Middleware ==========
async def verify_admin_token(authorization: str = Header(None)):
"""Verify admin session token (NOT API key)"""
if not authorization or not authorization.startswith("Bearer "):
raise HTTPException(status_code=401, detail="Missing authorization")
token = authorization[7:]
# Check if token is in active session tokens
if token not in active_admin_tokens:
raise HTTPException(status_code=401, detail="Invalid or expired admin token")
return token
# ========== Auth Endpoints ==========
@router.post("/api/admin/login")
async def admin_login(request: LoginRequest):
"""Admin login - returns session token (NOT API key)"""
admin_config = await db.get_admin_config()
if not AuthManager.verify_admin(request.username, request.password):
raise HTTPException(status_code=401, detail="Invalid credentials")
# Generate independent session token
session_token = f"admin-{secrets.token_urlsafe(32)}"
# Store in active tokens
active_admin_tokens.add(session_token)
return {
"success": True,
"token": session_token, # Session token (NOT API key)
"username": admin_config.username
}
@router.post("/api/admin/logout")
async def admin_logout(token: str = Depends(verify_admin_token)):
"""Admin logout - invalidate session token"""
active_admin_tokens.discard(token)
return {"success": True, "message": "退出登录成功"}
@router.post("/api/admin/change-password")
async def change_password(
request: ChangePasswordRequest,
token: str = Depends(verify_admin_token)
):
"""Change admin password"""
admin_config = await db.get_admin_config()
# Verify old password
if not AuthManager.verify_admin(admin_config.username, request.old_password):
raise HTTPException(status_code=400, detail="旧密码错误")
# Update password and username in database
update_params = {"password": request.new_password}
if request.username:
update_params["username"] = request.username
await db.update_admin_config(**update_params)
# 🔥 Hot reload: sync database config to memory
await db.reload_config_to_memory()
# 🔑 Invalidate all admin session tokens (force re-login for security)
active_admin_tokens.clear()
return {"success": True, "message": "密码修改成功,请重新登录"}
# ========== Token Management ==========
@router.get("/api/tokens")
async def get_tokens(token: str = Depends(verify_admin_token)):
"""Get all tokens with statistics"""
tokens = await token_manager.get_all_tokens()
result = []
for t in tokens:
stats = await db.get_token_stats(t.id)
result.append({
"id": t.id,
"st": t.st, # Session Token for editing
"at": t.at, # Access Token for editing (从ST转换而来)
"at_expires": t.at_expires.isoformat() if t.at_expires else None, # 🆕 AT过期时间
"token": t.at, # 兼容前端 token.token 的访问方式
"email": t.email,
"name": t.name,
"remark": t.remark,
"is_active": t.is_active,
"created_at": t.created_at.isoformat() if t.created_at else None,
"last_used_at": t.last_used_at.isoformat() if t.last_used_at else None,
"use_count": t.use_count,
"credits": t.credits, # 🆕 余额
"user_paygate_tier": t.user_paygate_tier,
"current_project_id": t.current_project_id, # 🆕 项目ID
"current_project_name": t.current_project_name, # 🆕 项目名称
"image_enabled": t.image_enabled,
"video_enabled": t.video_enabled,
"image_concurrency": t.image_concurrency,
"video_concurrency": t.video_concurrency,
"image_count": stats.image_count if stats else 0,
"video_count": stats.video_count if stats else 0,
"error_count": stats.error_count if stats else 0
})
return result # 直接返回数组,兼容前端
@router.post("/api/tokens")
async def add_token(
request: AddTokenRequest,
token: str = Depends(verify_admin_token)
):
"""Add a new token"""
try:
new_token = await token_manager.add_token(
st=request.st,
project_id=request.project_id, # 🆕 支持用户指定project_id
project_name=request.project_name,
remark=request.remark,
image_enabled=request.image_enabled,
video_enabled=request.video_enabled,
image_concurrency=request.image_concurrency,
video_concurrency=request.video_concurrency
)
return {
"success": True,
"message": "Token添加成功",
"token": {
"id": new_token.id,
"email": new_token.email,
"credits": new_token.credits,
"project_id": new_token.current_project_id,
"project_name": new_token.current_project_name
}
}
except ValueError as e:
raise HTTPException(status_code=400, detail=str(e))
except Exception as e:
raise HTTPException(status_code=500, detail=f"添加Token失败: {str(e)}")
@router.put("/api/tokens/{token_id}")
async def update_token(
token_id: int,
request: UpdateTokenRequest,
token: str = Depends(verify_admin_token)
):
"""Update token - 使用ST自动刷新AT"""
try:
# 先ST转AT
result = await token_manager.flow_client.st_to_at(request.st)
at = result["access_token"]
expires = result.get("expires")
# 解析过期时间
from datetime import datetime
at_expires = None
if expires:
try:
at_expires = datetime.fromisoformat(expires.replace('Z', '+00:00'))
except:
pass
# 更新token (包含AT、ST、AT过期时间、project_id和project_name)
await token_manager.update_token(
token_id=token_id,
st=request.st,
at=at,
at_expires=at_expires, # 🆕 更新AT过期时间
project_id=request.project_id,
project_name=request.project_name,
remark=request.remark,
image_enabled=request.image_enabled,
video_enabled=request.video_enabled,
image_concurrency=request.image_concurrency,
video_concurrency=request.video_concurrency
)
return {"success": True, "message": "Token更新成功"}
except Exception as e:
raise HTTPException(status_code=500, detail=str(e))
@router.delete("/api/tokens/{token_id}")
async def delete_token(
token_id: int,
token: str = Depends(verify_admin_token)
):
"""Delete token"""
try:
await token_manager.delete_token(token_id)
return {"success": True, "message": "Token删除成功"}
except Exception as e:
raise HTTPException(status_code=500, detail=str(e))
@router.post("/api/tokens/{token_id}/enable")
async def enable_token(
token_id: int,
token: str = Depends(verify_admin_token)
):
"""Enable token"""
await token_manager.enable_token(token_id)
return {"success": True, "message": "Token已启用"}
@router.post("/api/tokens/{token_id}/disable")
async def disable_token(
token_id: int,
token: str = Depends(verify_admin_token)
):
"""Disable token"""
await token_manager.disable_token(token_id)
return {"success": True, "message": "Token已禁用"}
@router.post("/api/tokens/{token_id}/refresh-credits")
async def refresh_credits(
token_id: int,
token: str = Depends(verify_admin_token)
):
"""刷新Token余额 🆕"""
try:
credits = await token_manager.refresh_credits(token_id)
return {
"success": True,
"message": "余额刷新成功",
"credits": credits
}
except Exception as e:
raise HTTPException(status_code=500, detail=f"刷新余额失败: {str(e)}")
@router.post("/api/tokens/{token_id}/refresh-at")
async def refresh_at(
token_id: int,
token: str = Depends(verify_admin_token)
):
"""手动刷新Token的AT (使用ST转换) 🆕"""
try:
# 调用token_manager的内部刷新方法
success = await token_manager._refresh_at(token_id)
if success:
# 获取更新后的token信息
updated_token = await token_manager.get_token(token_id)
return {
"success": True,
"message": "AT刷新成功",
"token": {
"id": updated_token.id,
"email": updated_token.email,
"at_expires": updated_token.at_expires.isoformat() if updated_token.at_expires else None
}
}
else:
raise HTTPException(status_code=500, detail="AT刷新失败")
except Exception as e:
raise HTTPException(status_code=500, detail=f"刷新AT失败: {str(e)}")
@router.post("/api/tokens/st2at")
async def st_to_at(
request: ST2ATRequest,
token: str = Depends(verify_admin_token)
):
"""Convert Session Token to Access Token (仅转换,不添加到数据库)"""
try:
result = await token_manager.flow_client.st_to_at(request.st)
return {
"success": True,
"message": "ST converted to AT successfully",
"access_token": result["access_token"],
"email": result.get("user", {}).get("email"),
"expires": result.get("expires")
}
except Exception as e:
raise HTTPException(status_code=400, detail=str(e))
@router.post("/api/tokens/import")
async def import_tokens(
request: ImportTokensRequest,
token: str = Depends(verify_admin_token)
):
"""批量导入Token"""
from datetime import datetime, timezone
added = 0
updated = 0
errors = []
for idx, item in enumerate(request.tokens):
try:
st = item.session_token
if not st:
errors.append(f"第{idx+1}项: 缺少 session_token")
continue
# 使用 ST 转 AT 获取用户信息
try:
result = await token_manager.flow_client.st_to_at(st)
at = result["access_token"]
email = result.get("user", {}).get("email")
expires = result.get("expires")
if not email:
errors.append(f"第{idx+1}项: 无法获取邮箱信息")
continue
# 解析过期时间
at_expires = None
is_expired = False
if expires:
try:
at_expires = datetime.fromisoformat(expires.replace('Z', '+00:00'))
# 判断是否过期
now = datetime.now(timezone.utc)
is_expired = at_expires <= now
except:
pass
# 使用邮箱检查是否已存在
existing_tokens = await token_manager.get_all_tokens()
existing = next((t for t in existing_tokens if t.email == email), None)
if existing:
# 更新现有Token
await token_manager.update_token(
token_id=existing.id,
st=st,
at=at,
at_expires=at_expires,
image_enabled=item.image_enabled,
video_enabled=item.video_enabled,
image_concurrency=item.image_concurrency,
video_concurrency=item.video_concurrency
)
# 如果过期则禁用
if is_expired:
await token_manager.disable_token(existing.id)
updated += 1
else:
# 添加新Token
new_token = await token_manager.add_token(
st=st,
image_enabled=item.image_enabled,
video_enabled=item.video_enabled,
image_concurrency=item.image_concurrency,
video_concurrency=item.video_concurrency
)
# 如果过期则禁用
if is_expired:
await token_manager.disable_token(new_token.id)
added += 1
except Exception as e:
errors.append(f"第{idx+1}项: {str(e)}")
except Exception as e:
errors.append(f"第{idx+1}项: {str(e)}")
return {
"success": True,
"added": added,
"updated": updated,
"errors": errors if errors else None,
"message": f"导入完成: 新增 {added} 个, 更新 {updated} 个" + (f", {len(errors)} 个失败" if errors else "")
}
# ========== Config Management ==========
@router.get("/api/config/proxy")
async def get_proxy_config(token: str = Depends(verify_admin_token)):
"""Get proxy configuration"""
config = await proxy_manager.get_proxy_config()
return {
"success": True,
"config": {
"enabled": config.enabled,
"proxy_url": config.proxy_url
}
}
@router.get("/api/proxy/config")
async def get_proxy_config_alias(token: str = Depends(verify_admin_token)):
"""Get proxy configuration (alias for frontend compatibility)"""
config = await proxy_manager.get_proxy_config()
return {
"proxy_enabled": config.enabled, # Frontend expects proxy_enabled
"proxy_url": config.proxy_url
}
@router.post("/api/proxy/config")
async def update_proxy_config_alias(
request: ProxyConfigRequest,
token: str = Depends(verify_admin_token)
):
"""Update proxy configuration (alias for frontend compatibility)"""
try:
await proxy_manager.update_proxy_config(request.proxy_enabled, request.proxy_url)
return {"success": True, "message": "代理配置更新成功"}
except Exception as e:
# 捕获所有异常,确保返回有效的 JSON 响应
print(f"Error updating proxy config: {e}")
return {"success": False, "message": f"保存失败: {str(e)}"}
@router.post("/api/config/proxy")
async def update_proxy_config(
request: ProxyConfigRequest,
token: str = Depends(verify_admin_token)
):
"""Update proxy configuration"""
try:
await proxy_manager.update_proxy_config(request.proxy_enabled, request.proxy_url)
return {"success": True, "message": "代理配置更新成功"}
except Exception as e:
# 捕获所有异常,确保返回有效的 JSON 响应
print(f"Error updating proxy config: {e}")
return {"success": False, "message": f"保存失败: {str(e)}"}
@router.get("/api/config/generation")
async def get_generation_config(token: str = Depends(verify_admin_token)):
"""Get generation timeout configuration"""
config = await db.get_generation_config()
return {
"success": True,
"config": {
"image_timeout": config.image_timeout,
"video_timeout": config.video_timeout
}
}
@router.post("/api/config/generation")
async def update_generation_config(
request: GenerationConfigRequest,
token: str = Depends(verify_admin_token)
):
"""Update generation timeout configuration"""
await db.update_generation_config(request.image_timeout, request.video_timeout)
# 🔥 Hot reload: sync database config to memory
await db.reload_config_to_memory()
return {"success": True, "message": "生成配置更新成功"}
# ========== System Info ==========
@router.get("/api/system/info")
async def get_system_info(token: str = Depends(verify_admin_token)):
"""Get system information"""
tokens = await token_manager.get_all_tokens()
active_tokens = [t for t in tokens if t.is_active]
total_credits = sum(t.credits for t in active_tokens)
return {
"success": True,
"info": {
"total_tokens": len(tokens),
"active_tokens": len(active_tokens),
"total_credits": total_credits,
"version": "1.0.0"
}
}
# ========== Additional Routes for Frontend Compatibility ==========
@router.post("/api/login")
async def login(request: LoginRequest):
"""Login endpoint (alias for /api/admin/login)"""
return await admin_login(request)
@router.post("/api/logout")
async def logout(token: str = Depends(verify_admin_token)):
"""Logout endpoint (alias for /api/admin/logout)"""
return await admin_logout(token)
@router.get("/api/stats")
async def get_stats(token: str = Depends(verify_admin_token)):
"""Get statistics for dashboard"""
tokens = await token_manager.get_all_tokens()
active_tokens = [t for t in tokens if t.is_active]
# Calculate totals
total_images = 0
total_videos = 0
total_errors = 0
today_images = 0
today_videos = 0
today_errors = 0
for t in tokens:
stats = await db.get_token_stats(t.id)
if stats:
total_images += stats.image_count
total_videos += stats.video_count
total_errors += stats.error_count # Historical total errors
today_images += stats.today_image_count
today_videos += stats.today_video_count
today_errors += stats.today_error_count
return {
"total_tokens": len(tokens),
"active_tokens": len(active_tokens),
"total_images": total_images,
"total_videos": total_videos,
"total_errors": total_errors,
"today_images": today_images,
"today_videos": today_videos,
"today_errors": today_errors
}
@router.get("/api/logs")
async def get_logs(
limit: int = 100,
token: str = Depends(verify_admin_token)
):
"""Get request logs with token email"""
logs = await db.get_logs(limit=limit)
return [{
"id": log.get("id"),
"token_id": log.get("token_id"),
"token_email": log.get("token_email"),
"token_username": log.get("token_username"),
"operation": log.get("operation"),
"status_code": log.get("status_code"),
"duration": log.get("duration"),
"created_at": log.get("created_at"),
"request_body": log.get("request_body"),
"response_body": log.get("response_body")
} for log in logs]
@router.delete("/api/logs")
async def clear_logs(token: str = Depends(verify_admin_token)):
"""Clear all logs"""
try:
await db.clear_all_logs()
return {"success": True, "message": "所有日志已清空"}
except Exception as e:
raise HTTPException(status_code=500, detail=str(e))
@router.get("/api/admin/config")
async def get_admin_config(token: str = Depends(verify_admin_token)):
"""Get admin configuration"""
admin_config = await db.get_admin_config()
return {
"admin_username": admin_config.username,
"api_key": admin_config.api_key,
"error_ban_threshold": admin_config.error_ban_threshold,
"debug_enabled": config.debug_enabled # Return actual debug status
}
@router.post("/api/admin/config")
async def update_admin_config(
request: UpdateAdminConfigRequest,
token: str = Depends(verify_admin_token)
):
"""Update admin configuration (error_ban_threshold)"""
try:
# Update error_ban_threshold in database
await db.update_admin_config(error_ban_threshold=request.error_ban_threshold)
# 🔥 Hot reload: sync database config to memory
await db.reload_config_to_memory()
return {"success": True, "message": "配置更新成功"}
except Exception as e:
# 捕获所有异常,确保返回有效的 JSON 响应
print(f"Error updating admin config: {e}")
return {"success": False, "message": f"保存失败: {str(e)}"}
@router.post("/api/admin/password")
async def update_admin_password(
request: ChangePasswordRequest,
token: str = Depends(verify_admin_token)
):
"""Update admin password"""
return await change_password(request, token)
@router.post("/api/admin/apikey")
async def update_api_key(
request: UpdateAPIKeyRequest,
token: str = Depends(verify_admin_token)
):
"""Update API key (for external API calls, NOT for admin login)"""
# Update API key in database
await db.update_admin_config(api_key=request.new_api_key)
# 🔥 Hot reload: sync database config to memory
await db.reload_config_to_memory()
return {"success": True, "message": "API Key更新成功"}
@router.post("/api/admin/debug")
async def update_debug_config(
request: UpdateDebugConfigRequest,
token: str = Depends(verify_admin_token)
):
"""Update debug configuration"""
try:
# Update in-memory config only (not database)
# This ensures debug mode is automatically disabled on restart
config.set_debug_enabled(request.enabled)
status = "enabled" if request.enabled else "disabled"
return {"success": True, "message": f"Debug mode {status}", "enabled": request.enabled}
except Exception as e:
raise HTTPException(status_code=500, detail=f"Failed to update debug config: {str(e)}")
@router.get("/api/generation/timeout")
async def get_generation_timeout(token: str = Depends(verify_admin_token)):
"""Get generation timeout configuration"""
return await get_generation_config(token)
@router.post("/api/generation/timeout")
async def update_generation_timeout(
request: GenerationConfigRequest,
token: str = Depends(verify_admin_token)
):
"""Update generation timeout configuration"""
try:
await db.update_generation_config(request.image_timeout, request.video_timeout)
# 🔥 Hot reload: sync database config to memory
await db.reload_config_to_memory()
return {"success": True, "message": "生成配置更新成功"}
except Exception as e:
# 捕获所有异常,确保返回有效的 JSON 响应
print(f"Error updating generation timeout: {e}")
return {"success": False, "message": f"保存失败: {str(e)}"}
# ========== AT Auto Refresh Config ==========
@router.get("/api/token-refresh/config")
async def get_token_refresh_config(token: str = Depends(verify_admin_token)):
"""Get AT auto refresh configuration (默认启用)"""
return {
"success": True,
"config": {
"at_auto_refresh_enabled": True # Flow2API默认启用AT自动刷新
}
}
@router.post("/api/token-refresh/enabled")
async def update_token_refresh_enabled(
token: str = Depends(verify_admin_token)
):
"""Update AT auto refresh enabled (Flow2API固定启用,此接口仅用于前端兼容)"""
return {
"success": True,
"message": "Flow2API的AT自动刷新默认启用且无法关闭"
}
# ========== Cache Configuration Endpoints ==========
@router.get("/api/cache/config")
async def get_cache_config(token: str = Depends(verify_admin_token)):
"""Get cache configuration"""
cache_config = await db.get_cache_config()
# Calculate effective base URL
effective_base_url = cache_config.cache_base_url if cache_config.cache_base_url else f"http://127.0.0.1:8000"
return {
"success": True,
"config": {
"enabled": cache_config.cache_enabled,
"timeout": cache_config.cache_timeout,
"base_url": cache_config.cache_base_url or "",
"effective_base_url": effective_base_url
}
}
@router.post("/api/cache/enabled")
async def update_cache_enabled(
request: dict,
token: str = Depends(verify_admin_token)
):
"""Update cache enabled status"""
enabled = request.get("enabled", False)
await db.update_cache_config(enabled=enabled)
# 🔥 Hot reload: sync database config to memory
await db.reload_config_to_memory()
return {"success": True, "message": f"缓存已{'启用' if enabled else '禁用'}"}
@router.post("/api/cache/config")
async def update_cache_config_full(
request: dict,
token: str = Depends(verify_admin_token)
):
"""Update complete cache configuration"""
try:
enabled = request.get("enabled")
timeout = request.get("timeout")
base_url = request.get("base_url")
await db.update_cache_config(enabled=enabled, timeout=timeout, base_url=base_url)
# 🔥 Hot reload: sync database config to memory
await db.reload_config_to_memory()
return {"success": True, "message": "缓存配置更新成功"}
except Exception as e:
# 捕获所有异常,确保返回有效的 JSON 响应
print(f"Error updating cache config: {e}")
return {"success": False, "message": f"保存失败: {str(e)}"}
@router.post("/api/cache/base-url")
async def update_cache_base_url(
request: dict,
token: str = Depends(verify_admin_token)
):
"""Update cache base URL"""
try:
base_url = request.get("base_url", "")
await db.update_cache_config(base_url=base_url)
# 🔥 Hot reload: sync database config to memory
await db.reload_config_to_memory()
return {"success": True, "message": "缓存Base URL更新成功"}
except Exception as e:
# 捕获所有异常,确保返回有效的 JSON 响应
print(f"Error updating cache base URL: {e}")
return {"success": False, "message": f"保存失败: {str(e)}"}
@router.post("/api/captcha/config")
async def update_captcha_config(
request: dict,
token: str = Depends(verify_admin_token)
):
"""Update captcha configuration"""
try:
from ..services.browser_captcha import validate_browser_proxy_url
captcha_method = request.get("captcha_method")
yescaptcha_api_key = request.get("yescaptcha_api_key")
yescaptcha_base_url = request.get("yescaptcha_base_url")
browser_proxy_enabled = request.get("browser_proxy_enabled", False)
browser_proxy_url = request.get("browser_proxy_url", "")
# 验证浏览器代理URL格式
if browser_proxy_enabled and browser_proxy_url:
is_valid, error_msg = validate_browser_proxy_url(browser_proxy_url)
if not is_valid:
return {"success": False, "message": error_msg}
await db.update_captcha_config(
captcha_method=captcha_method,
yescaptcha_api_key=yescaptcha_api_key,
yescaptcha_base_url=yescaptcha_base_url,
browser_proxy_enabled=browser_proxy_enabled,
browser_proxy_url=browser_proxy_url if browser_proxy_enabled else None
)
# 🔥 Hot reload: sync database config to memory
await db.reload_config_to_memory()
return {"success": True, "message": "验证码配置更新成功"}
except Exception as e:
# 捕获所有异常,确保返回有效的 JSON 响应
print(f"Error updating captcha config: {e}")
return {"success": False, "message": f"保存失败: {str(e)}"}
@router.get("/api/captcha/config")
async def get_captcha_config(token: str = Depends(verify_admin_token)):
"""Get captcha configuration"""
captcha_config = await db.get_captcha_config()
return {
"captcha_method": captcha_config.captcha_method,
"yescaptcha_api_key": captcha_config.yescaptcha_api_key,
"yescaptcha_base_url": captcha_config.yescaptcha_base_url,
"browser_proxy_enabled": captcha_config.browser_proxy_enabled,
"browser_proxy_url": captcha_config.browser_proxy_url or ""
}
# ========== Plugin Configuration Endpoints ==========
@router.get("/api/plugin/config")
async def get_plugin_config(request: Request, token: str = Depends(verify_admin_token)):
"""Get plugin configuration"""
plugin_config = await db.get_plugin_config()
# Get the actual domain and port from the request
# This allows the connection URL to reflect the user's actual access path
host_header = request.headers.get("host", "")
# Generate connection URL based on actual request
if host_header:
# Use the actual domain/IP and port from the request
connection_url = f"http://{host_header}/api/plugin/update-token"
else:
# Fallback to config-based URL
from ..core.config import config
server_host = config.server_host
server_port = config.server_port
if server_host == "0.0.0.0":
connection_url = f"http://127.0.0.1:{server_port}/api/plugin/update-token"
else:
connection_url = f"http://{server_host}:{server_port}/api/plugin/update-token"
return {
"success": True,
"config": {
"connection_token": plugin_config.connection_token,
"connection_url": connection_url,
"auto_enable_on_update": plugin_config.auto_enable_on_update
}
}
@router.post("/api/plugin/config")
async def update_plugin_config(
request: dict,
token: str = Depends(verify_admin_token)
):
"""Update plugin configuration"""
try:
connection_token = request.get("connection_token", "")
auto_enable_on_update = request.get("auto_enable_on_update", True) # 默认开启
# Generate random token if empty
if not connection_token:
connection_token = secrets.token_urlsafe(32)
await db.update_plugin_config(
connection_token=connection_token,
auto_enable_on_update=auto_enable_on_update
)
return {
"success": True,
"message": "插件配置更新成功",
"connection_token": connection_token,
"auto_enable_on_update": auto_enable_on_update
}
except Exception as e:
# 捕获所有异常,确保返回有效的 JSON 响应
print(f"Error updating plugin config: {e}")
return {"success": False, "message": f"保存失败: {str(e)}"}
@router.post("/api/plugin/update-token")
async def plugin_update_token(request: dict, authorization: Optional[str] = Header(None)):
"""Receive token update from Chrome extension (no admin auth required, uses connection_token)"""
# Verify connection token
plugin_config = await db.get_plugin_config()
# Extract token from Authorization header
provided_token = None
if authorization:
if authorization.startswith("Bearer "):
provided_token = authorization[7:]
else:
provided_token = authorization
# Check if token matches
if not plugin_config.connection_token or provided_token != plugin_config.connection_token:
raise HTTPException(status_code=401, detail="Invalid connection token")
# Extract session token from request
session_token = request.get("session_token")
if not session_token:
raise HTTPException(status_code=400, detail="Missing session_token")
# Step 1: Convert ST to AT to get user info (including email)
try:
result = await token_manager.flow_client.st_to_at(session_token)
at = result["access_token"]
expires = result.get("expires")
user_info = result.get("user", {})
email = user_info.get("email", "")
if not email:
raise HTTPException(status_code=400, detail="Failed to get email from session token")
# Parse expiration time
from datetime import datetime
at_expires = None
if expires:
try:
at_expires = datetime.fromisoformat(expires.replace('Z', '+00:00'))
except:
pass
except Exception as e:
raise HTTPException(status_code=400, detail=f"Invalid session token: {str(e)}")
# Step 2: Check if token with this email exists
existing_token = await db.get_token_by_email(email)
if existing_token:
# Update existing token
try:
# Update token
await token_manager.update_token(
token_id=existing_token.id,
st=session_token,
at=at,
at_expires=at_expires
)
# Check if auto-enable is enabled and token is disabled
if plugin_config.auto_enable_on_update and not existing_token.is_active:
await token_manager.enable_token(existing_token.id)
return {
"success": True,
"message": f"Token updated and auto-enabled for {email}",
"action": "updated",
"auto_enabled": True
}
return {
"success": True,
"message": f"Token updated for {email}",
"action": "updated"
}
except Exception as e:
raise HTTPException(status_code=500, detail=f"Failed to update token: {str(e)}")
else:
# Add new token
try:
new_token = await token_manager.add_token(
st=session_token,
remark="Added by Chrome Extension"
)
return {
"success": True,
"message": f"Token added for {new_token.email}",
"action": "added",
"token_id": new_token.id
}
except Exception as e:
raise HTTPException(status_code=500, detail=f"Failed to add token: {str(e)}")
|