5 天以前 452e5c5e9a340367c8fdb14b0bdecc96dcb29491
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' } },
  );
}