8 小时以前 543433f64d491fe133b7a23363ff0ccacc3da07e
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' } },
  );
}