huminmin
7 天以前 86bfba7b1f8b2e77985a7ad69b224e09cad5a0d1
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' } },
  );
}