6 天以前 5dbc69b4e792dcce998038822b92402366bec47f
src/api/system/storage/index.ts
@@ -41,6 +41,7 @@
  return requestClient.post<SystemStorageApi.StorageBlob[]>(
    '/system/storage-blob/upload',
    formData,
    { headers: { 'Content-Type': 'multipart/form-data' } },
  );
}