diff --git a/backend/app/api/endpoints/client_downloads.py b/backend/app/api/endpoints/client_downloads.py index fc236fb..035300b 100644 --- a/backend/app/api/endpoints/client_downloads.py +++ b/backend/app/api/endpoints/client_downloads.py @@ -190,7 +190,7 @@ async def get_latest_version_by_code( cursor.close() return create_api_response( code="404", - message=f"未找到平台编码 {platform_code} 的客户端" + message=f"暂无最新客户端" ) # 使用 platform_type 和 platform_name(旧版,兼容) @@ -210,7 +210,7 @@ async def get_latest_version_by_code( cursor.close() return create_api_response( code="404", - message=f"未找到平台类型 {platform_type} 下的 {platform_name} 客户端" + message=f"暂无最新客户端" ) else: