This commit is contained in:
parent
334e5c50e9
commit
c15873cf67
|
|
@ -566,7 +566,7 @@ export function DetailPageHeader({ data }: { data: any }) {
|
||||||
|
|
||||||
console.log("📥 调用下载接口...", { url: download_url, size, id });
|
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",
|
method: "POST",
|
||||||
headers: {
|
headers: {
|
||||||
"Content-Type": "application/json",
|
"Content-Type": "application/json",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue