20240326-1349-debug

This commit is contained in:
BlueSkyXN 2024-03-26 13:49:22 +08:00
parent b814e54e1a
commit cac61af086

View File

@ -56,7 +56,8 @@
// 使用用户输入的 API 域名和选择的接口构造完整的 URL
const apiUrl = `${apiUrlInput.value}/upload/${apiSelect.value}`;
console.log('API URL:', apiUrl);
fetch(apiUrl, {
method: 'POST',
body: formData,