... outputLocationPath: string) { const writer = createWriteStream(outputLocationPath); return Axios({ method: 'get', url: fileUrl, responseType: 'stream', } ...
確定! 回上一頁