This commit is contained in:
hailin 2025-06-20 23:50:29 +08:00
parent 334e5c50e9
commit c15873cf67
1 changed files with 1 additions and 1 deletions

View File

@ -566,7 +566,7 @@ export function DetailPageHeader({ data }: { data: any }) {
console.log("📥 调用下载接口...", { url: download_url, size, id });
const res = await fetch("https://updsrv.szaiai.com/api/v1/cloud/download", {
const res = await fetch("https://ai.szaiai.com/api/v1/cloud/download", {
method: "POST",
headers: {
"Content-Type": "application/json",