const downloadFile = async (downloadUrl: string): Promise<any> => { return axios.get(downloadUrl, { responseType: 'stream', }); ...
確定! 回上一頁