fix: 修正Callirhoe拼写错误为Callirrhoe

refactor: 优化常量格式,提升可读性
This commit is contained in:
snaily
2025-07-17 22:07:18 +08:00
parent 23f865be07
commit 32d4c60541
3 changed files with 54 additions and 32 deletions
+1 -1
View File
@@ -113,7 +113,7 @@ class FilesService:
try:
request_data = json.loads(body)
display_name = request_data.get("displayName", "")
except:
except Exception:
pass
# 從 upload URL 中提取 upload_id
import urllib.parse